#775D06

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

Shades of Raw Umber #775D06

Tints of Raw Umber #775D06

Color information

#775D06 (or 0x775D06) is unknown color: approx Raw Umber. HEX triplet: 77, 5D and 06. RGB value is (119,93,6). Sum of RGB (Red+Green+Blue) = 119+93+6=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #775D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775D06 is #88A2F9. Grayscale: #5B5B5B. Windows color (decimal): -8954618 or 417143. OLE color: 417143.

HSL color Cylindrical-coordinate representation of color #775D06: hue angle of 46.19º 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 #775D06 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB119936-
CMYK00.220.950.53
HSL46.19º90.4%24.51%-
HSV(B)46.19º94.96%46.67%-
XYZ11.5511.761.83-
YUV90.8680.11148.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.59%
GREEN value IS 93 (36.72% from 255) = 42.66%
BLUE value IS 6 (2.73% from 255) = 2.75%
R=54.59%
G=42.66%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11993600.220.950.5346.1990.424.51
Hex775D60165F352e5a19
Octal1671356026137655613231
Binary111011110111011100101101011111110101101110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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