#764600

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

Shades of Raw Umber #764600

Tints of Raw Umber #764600

Color information

#764600 (or 0x764600) is unknown color: approx Raw Umber. HEX triplet: 76, 46 and 00. RGB value is (118,70,0). Sum of RGB (Red+Green+Blue) = 118+70+0=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #764600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764600 is #89B9FF. Grayscale: #4C4C4C. Windows color (decimal): -9026048 or 18038. OLE color: 18038.

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

Color convert

RGB118700-
CMYK00.4110.54
HSL35.59º100%23.14%-
HSV(B)35.59º100%46.27%-
XYZ9.668.231.08-
YUV76.3784.9157.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.77%
GREEN value IS 70 (27.73% from 255) = 37.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.77%
G=37.23%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11870000.4110.5435.5910023.14
Hex764600296436246417
Octal1661060051144664414427
Binary11101101000110001010011100100110110100100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764600; }

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

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

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

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

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

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

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

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