#764608

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

Shades of Raw Umber #764608

Tints of Raw Umber #764608

Color information

#764608 (or 0x764608) is unknown color: approx Raw Umber. HEX triplet: 76, 46 and 08. RGB value is (118,70,8). Sum of RGB (Red+Green+Blue) = 118+70+8=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #764608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764608 is #89B9F7. Grayscale: #4D4D4D. Windows color (decimal): -9026040 or 542326. OLE color: 542326.

HSL color Cylindrical-coordinate representation of color #764608: hue angle of 33.82º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #764608 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB118708-
CMYK00.410.930.54
HSL33.82º87.3%24.71%-
HSV(B)33.82º93.22%46.27%-
XYZ9.718.251.31-
YUV77.2888.9157.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.20%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 8 (3.52% from 255) = 4.08%
R=60.20%
G=35.71%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11870800.410.930.5433.8287.324.71
Hex764680295D36225719
Octal16610610051135664212731
Binary11101101000110100001010011011101110110100010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764608; }

 p { color: rgb(118,70,8); }

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

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

 a { background-color: rgb(118,70,8); }

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

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

 span { border-color: rgb(118,70,8); }

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