#774606

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

Shades of Raw Umber #774606

Tints of Raw Umber #774606

Color information

#774606 (or 0x774606) is unknown color: approx Raw Umber. HEX triplet: 77, 46 and 06. RGB value is (119,70,6). Sum of RGB (Red+Green+Blue) = 119+70+6=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 6 (2.73% from 255 or 3.08% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #774606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774606 is #88B9F9. Grayscale: #4D4D4D. Windows color (decimal): -8960506 or 411255. OLE color: 411255.

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

Color convert

RGB119706-
CMYK00.410.950.53
HSL33.98º90.4%24.51%-
HSV(B)33.98º94.96%46.67%-
XYZ9.838.321.26-
YUV77.3587.73157.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.03%
GREEN value IS 70 (27.73% from 255) = 35.90%
BLUE value IS 6 (2.73% from 255) = 3.08%
R=61.03%
G=35.90%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11970600.410.950.5333.9890.424.51
Hex774660295F35225a19
Octal1671066051137654213231
Binary1110111100011011001010011011111110101100010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774606; }

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

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

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

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

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

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

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

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