#664508

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

Shades of Raw Umber #664508

Tints of Raw Umber #664508

Color information

#664508 (or 0x664508) is unknown color: approx Raw Umber. HEX triplet: 66, 45 and 08. RGB value is (102,69,8). Sum of RGB (Red+Green+Blue) = 102+69+8=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #664508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664508 is #99BAF7. Grayscale: #484848. Windows color (decimal): -10074872 or 542054. OLE color: 542054.

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

Color convert

RGB102698-
CMYK00.320.920.6
HSL38.94º85.45%21.57%-
HSV(B)38.94º92.16%40%-
XYZ7.657.11.2-
YUV71.9191.93149.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.98%
GREEN value IS 69 (27.34% from 255) = 38.55%
BLUE value IS 8 (3.52% from 255) = 4.47%
R=56.98%
G=38.55%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.92
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10269800.320.920.638.9485.4521.57
Hex664580205C3C275516
Octal14610510040134744712526
Binary11001101000101100001000001011100111100100111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664508; }

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

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

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

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

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

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

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

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