#642f1d

Color #642F1D Hairy Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hairy Heath #642F1D

Tints of Hairy Heath #642F1D

Color information

#642F1D (or 0x642F1D) is unknown color: approx Hairy Heath. HEX triplet: 64, 2F and 1D. RGB value is (100,47,29). Sum of RGB (Red+Green+Blue) = 100+47+29=176 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.82% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 100 - color contains mainly: red. Hex color #642F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642F1D is #9BD0E2. Grayscale: #3C3C3C. Windows color (decimal): -10211555 or 1912676. OLE color: 1912676.

HSL color Cylindrical-coordinate representation of color #642F1D: hue angle of 15.21º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #642F1D is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB1004729-
CMYK00.530.710.61
HSL15.21º55.04%25.29%-
HSV(B)15.21º71%39.22%-
XYZ6.494.831.75-
YUV60.79110.06155.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 56.82%
GREEN value IS 47 (18.75% from 255) = 26.70%
BLUE value IS 29 (11.72% from 255) = 16.48%
R=56.82%
G=26.70%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100472900.530.710.6115.2155.0425.29
Hex642F1D035473Df3719
Octal144573506510775176731
Binary11001001011111110101101011000111111101111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642f1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642f1d; }

 p { color: rgb(100,47,29); }

 H1.HeaderClassName
 {
   color: #642f1d;
 }
 .AnyTagClassName
 {
   color: #642f1d;
 }
</style>
background-color css

<style>
 a { background-color: #642f1d; }

 a { background-color: rgb(100,47,29); }

 div.DivClassName
 {
   background-color: #642f1d;
 }
 .BgClassName
 {
   background-color: #642f1d;
 }
</style>
border-color css

<style>
 span { border-color: #642f1d; }

 span { border-color: rgb(100,47,29); }

 td.TdClassName
 {
   border-color: #642f1d;
 }
 .TagClassName
 {
   border-color: #642f1d;
 }
</style>