#765006

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

Shades of Raw Umber #765006

Tints of Raw Umber #765006

Color information

#765006 (or 0x765006) is unknown color: approx Raw Umber. HEX triplet: 76, 50 and 06. RGB value is (118,80,6). Sum of RGB (Red+Green+Blue) = 118+80+6=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #765006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765006 is #89AFF9. Grayscale: #535353. Windows color (decimal): -9023482 or 413814. OLE color: 413814.

HSL color Cylindrical-coordinate representation of color #765006: hue angle of 39.64º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #765006 is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB118806-
CMYK00.320.950.54
HSL39.64º90.32%24.31%-
HSV(B)39.64º94.92%46.27%-
XYZ10.379.61.48-
YUV82.9384.59153.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.84%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 6 (2.73% from 255) = 2.94%
R=57.84%
G=39.22%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11880600.320.950.5439.6490.3224.31
Hex765060205F36285a18
Octal1661206040137665013230
Binary1110110101000011001000001011111110110101000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765006; }

 p { color: rgb(118,80,6); }

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

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

 a { background-color: rgb(118,80,6); }

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

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

 span { border-color: rgb(118,80,6); }

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