#665704

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

Shades of Raw Umber #665704

Tints of Raw Umber #665704

Color information

#665704 (or 0x665704) is unknown color: approx Raw Umber. HEX triplet: 66, 57 and 04. RGB value is (102,87,4). Sum of RGB (Red+Green+Blue) = 102+87+4=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #665704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665704 is #99A8FB. Grayscale: #525252. Windows color (decimal): -10070268 or 284518. OLE color: 284518.

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

Color convert

RGB102874-
CMYK00.150.960.6
HSL50.82º92.45%20.78%-
HSV(B)50.82º96.08%40%-
XYZ8.919.651.51-
YUV82.0283.97142.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.85%
GREEN value IS 87 (34.38% from 255) = 45.08%
BLUE value IS 4 (1.95% from 255) = 2.07%
R=52.85%
G=45.08%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10287400.150.960.650.8292.4520.78
Hex665740F603C335c15
Octal1461274017140746313425
Binary11001101010111100011111100000111100110011101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665704; }

 p { color: rgb(102,87,4); }

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

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

 a { background-color: rgb(102,87,4); }

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

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

 span { border-color: rgb(102,87,4); }

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