#765900

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

Shades of Raw Umber #765900

Tints of Raw Umber #765900

Color information

#765900 (or 0x765900) is unknown color: approx Raw Umber. HEX triplet: 76, 59 and 00. RGB value is (118,89,0). Sum of RGB (Red+Green+Blue) = 118+89+0=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #765900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765900 is #89A6FF. Grayscale: #575757. Windows color (decimal): -9021184 or 22902. OLE color: 22902.

HSL color Cylindrical-coordinate representation of color #765900: hue angle of 45.25º 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 #765900 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB118890-
CMYK00.2510.54
HSL45.25º100%23.14%-
HSV(B)45.25º100%46.27%-
XYZ11.04111.54-
YUV87.5278.61149.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.00%
GREEN value IS 89 (35.16% from 255) = 43.00%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.00%
G=43.00%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11889000.2510.5445.2510023.14
Hex7659001964362d6417
Octal1661310031144665514427
Binary1110110101100100110011100100110110101101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765900; }

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

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

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

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

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

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

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

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