#775E06

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

Shades of Raw Umber #775E06

Tints of Raw Umber #775E06

Color information

#775E06 (or 0x775E06) is unknown color: approx Raw Umber. HEX triplet: 77, 5E and 06. RGB value is (119,94,6). Sum of RGB (Red+Green+Blue) = 119+94+6=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 94 (37.11% from 255 or 42.92% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #775E06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775E06 is #88A1F9. Grayscale: #5B5B5B. Windows color (decimal): -8954362 or 417399. OLE color: 417399.

HSL color Cylindrical-coordinate representation of color #775E06: hue angle of 46.73º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #775E06 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB119946-
CMYK00.210.950.53
HSL46.73º90.4%24.51%-
HSV(B)46.73º94.96%46.67%-
XYZ11.6411.941.86-
YUV91.4479.78147.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.34%
GREEN value IS 94 (37.11% from 255) = 42.92%
BLUE value IS 6 (2.73% from 255) = 2.74%
R=54.34%
G=42.92%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11994600.210.950.5346.7390.424.51
Hex775E60155F352f5a19
Octal1671366025137655713231
Binary111011110111101100101011011111110101101111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775E06; }

 p { color: rgb(119,94,6); }

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

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

 a { background-color: rgb(119,94,6); }

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

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

 span { border-color: rgb(119,94,6); }

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