#665A07

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

Shades of Raw Umber #665A07

Tints of Raw Umber #665A07

Color information

#665A07 (or 0x665A07) is unknown color: approx Raw Umber. HEX triplet: 66, 5A and 07. RGB value is (102,90,7). Sum of RGB (Red+Green+Blue) = 102+90+7=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #665A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665A07 is #99A5F8. Grayscale: #545454. Windows color (decimal): -10069497 or 481894. OLE color: 481894.

HSL color Cylindrical-coordinate representation of color #665A07: hue angle of 52.42º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #665A07 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.6.

Color convert

RGB102907-
CMYK00.120.930.6
HSL52.42º87.16%21.37%-
HSV(B)52.42º93.14%40%-
XYZ9.1710.151.68-
YUV84.1384.48140.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.26%
GREEN value IS 90 (35.55% from 255) = 45.23%
BLUE value IS 7 (3.12% from 255) = 3.52%
R=51.26%
G=45.23%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.93
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10290700.120.930.652.4287.1621.37
Hex665A70C5D3C345715
Octal1461327014135746412725
Binary11001101011010111011001011101111100110100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665A07; }

 p { color: rgb(102,90,7); }

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

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

 a { background-color: rgb(102,90,7); }

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

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

 span { border-color: rgb(102,90,7); }

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