#665A05

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

Shades of Raw Umber #665A05

Tints of Raw Umber #665A05

Color information

#665A05 (or 0x665A05) is unknown color: approx Raw Umber. HEX triplet: 66, 5A and 05. RGB value is (102,90,5). Sum of RGB (Red+Green+Blue) = 102+90+5=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #665A05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665A05 is #99A5FA. Grayscale: #545454. Windows color (decimal): -10069499 or 350822. OLE color: 350822.

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

Color convert

RGB102905-
CMYK00.120.950.6
HSL52.58º90.65%20.98%-
HSV(B)52.58º95.1%40%-
XYZ9.1610.151.62-
YUV83.983.48140.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.78%
GREEN value IS 90 (35.55% from 255) = 45.69%
BLUE value IS 5 (2.34% from 255) = 2.54%
R=51.78%
G=45.69%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10290500.120.950.652.5890.6520.98
Hex665A50C5F3C355b15
Octal1461325014137746513325
Binary11001101011010101011001011111111100110101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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