#774006

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

Shades of Raw Umber #774006

Tints of Raw Umber #774006

Color information

#774006 (or 0x774006) is unknown color: approx Raw Umber. HEX triplet: 77, 40 and 06. RGB value is (119,64,6). Sum of RGB (Red+Green+Blue) = 119+64+6=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #774006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774006 is #88BFF9. Grayscale: #4A4A4A. Windows color (decimal): -8962042 or 409719. OLE color: 409719.

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

Color convert

RGB119646-
CMYK00.460.950.53
HSL30.8º90.4%24.51%-
HSV(B)30.8º94.96%46.67%-
XYZ9.477.61.14-
YUV73.8389.72160.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.96%
GREEN value IS 64 (25.39% from 255) = 33.86%
BLUE value IS 6 (2.73% from 255) = 3.17%
R=62.96%
G=33.86%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11964600.460.950.5330.890.424.51
Hex7740602E5F351f5a19
Octal1671006056137653713231
Binary111011110000001100101110101111111010111111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774006; }

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

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

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

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

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

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

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

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