#66450C

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

Shades of Raw Umber #66450C

Tints of Raw Umber #66450C

Color information

#66450C (or 0x66450C) is unknown color: approx Raw Umber. HEX triplet: 66, 45 and 0C. RGB value is (102,69,12). Sum of RGB (Red+Green+Blue) = 102+69+12=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #66450C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66450C is #99BAF3. Grayscale: #484848. Windows color (decimal): -10074868 or 804198. OLE color: 804198.

HSL color Cylindrical-coordinate representation of color #66450C: hue angle of 38º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66450C is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB1026912-
CMYK00.320.880.6
HSL38º78.95%22.35%-
HSV(B)38º88.24%40%-
XYZ7.677.111.32-
YUV72.3793.93149.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.74%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 12 (5.08% from 255) = 6.56%
R=55.74%
G=37.70%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102691200.320.880.63878.9522.35
Hex6645C020583C264f16
Octal14610514040130744611726
Binary11001101000101110001000001011000111100100110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66450C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66450C; }

 p { color: rgb(102,69,12); }

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

<style>
 a { background-color: #66450C; }

 a { background-color: rgb(102,69,12); }

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

<style>
 span { border-color: #66450C; }

 span { border-color: rgb(102,69,12); }

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