#774406

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

Shades of Raw Umber #774406

Tints of Raw Umber #774406

Color information

#774406 (or 0x774406) is unknown color: approx Raw Umber. HEX triplet: 77, 44 and 06. RGB value is (119,68,6). Sum of RGB (Red+Green+Blue) = 119+68+6=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #774406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774406 is #88BBF9. Grayscale: #4C4C4C. Windows color (decimal): -8961018 or 410743. OLE color: 410743.

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

Color convert

RGB119686-
CMYK00.430.950.53
HSL32.92º90.4%24.51%-
HSV(B)32.92º94.96%46.67%-
XYZ9.718.071.22-
YUV76.1888.4158.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.66%
GREEN value IS 68 (26.95% from 255) = 35.23%
BLUE value IS 6 (2.73% from 255) = 3.11%
R=61.66%
G=35.23%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11968600.430.950.5332.9290.424.51
Hex7744602B5F35215a19
Octal1671046053137654113231
Binary1110111100010011001010111011111110101100001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774406; }

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

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

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

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

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

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

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

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