#764100

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

Shades of Raw Umber #764100

Tints of Raw Umber #764100

Color information

#764100 (or 0x764100) is unknown color: approx Raw Umber. HEX triplet: 76, 41 and 00. RGB value is (118,65,0). Sum of RGB (Red+Green+Blue) = 118+65+0=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #764100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764100 is #89BEFF. Grayscale: #494949. Windows color (decimal): -9027328 or 16758. OLE color: 16758.

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

Color convert

RGB118650-
CMYK00.4510.54
HSL33.05º100%23.14%-
HSV(B)33.05º100%46.27%-
XYZ9.367.630.98-
YUV73.4486.56159.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.48%
GREEN value IS 65 (25.78% from 255) = 35.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.48%
G=35.52%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11865000.4510.5433.0510023.14
Hex7641002D6436216417
Octal1661010055144664114427
Binary11101101000001001011011100100110110100001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764100; }

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

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

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

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

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

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

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

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