#64430B

Color #64430B Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #64430B

Tints of Raw Umber #64430B

Color information

#64430B (or 0x64430B) is unknown color: approx Raw Umber. HEX triplet: 64, 43 and 0B. RGB value is (100,67,11). Sum of RGB (Red+Green+Blue) = 100+67+11=178 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.18% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 100 - color contains mainly: red. Hex color #64430B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64430B is #9BBCF4. Grayscale: #464646. Windows color (decimal): -10206453 or 738148. OLE color: 738148.

HSL color Cylindrical-coordinate representation of color #64430B: hue angle of 37.75º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64430B is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB1006711-
CMYK00.330.890.61
HSL37.75º80.18%21.76%-
HSV(B)37.75º89%39.22%-
XYZ7.326.751.23-
YUV70.4894.43149.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 56.18%
GREEN value IS 67 (26.56% from 255) = 37.64%
BLUE value IS 11 (4.69% from 255) = 6.18%
R=56.18%
G=37.64%
B=6.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100671100.330.890.6137.7580.1821.76
Hex6443B021593D265016
Octal14410313041131754612026
Binary11001001000011101101000011011001111101100110101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64430B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64430B; }

 p { color: rgb(100,67,11); }

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

<style>
 a { background-color: #64430B; }

 a { background-color: rgb(100,67,11); }

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

<style>
 span { border-color: #64430B; }

 span { border-color: rgb(100,67,11); }

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