Html Css Color HEX #764011 Raw Umber

📋 copy color: '#764011'

red 118 ◦ green 64 ◦ blue 17

#764011
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #764011

Tints of Raw Umber #764011

RGB

 RED value IS 118 (46.48% from 255) = 59.3%

 GREEN value IS 64 (25.39% from 255) = 32.16%

 BLUE value IS 17 (7.03% from 255) = 8.54%

R = 59.3%
G = 32.16%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#764011 (or 0x764011) is known color: Raw Umber. HEX triplet: 76, 40 and 11. RGB value is (118,64,17). Sum of RGB (Red+Green+Blue) = 118+64+17=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #764011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764011 is #89BFEE. Grayscale: #4B4B4B. Windows color (decimal): -9027567 or 1130614. OLE color: 1130614.

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

Color convert

RGB 118 64 17 -
CMYK 0 0.46 0.86 0.54
HSL 27.92º 0.75% 0.26% -
HSV(B) 27.92º 0.86% 0.46% -
XYZ 9.41 7.56 1.49 -
YUV 74.79 95.39 158.82 -
System Red Green Blue C M Y K H S L
Decimal 118 64 17 0 0.46 0.86 0.54 27.92 0.75 0.26
Hex 76 40 11 0 2E 56 36 1C 4B 1A
Octal 166 100 21 0 56 126 66 34 113 32
Binary 1110110 1000000 10001 0 101110 1010110 110110 11100 1001011 11010

Color Harmonies of #764011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764011

Black with #764011

Text Example


Text Example

White with #764011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764011; }

 p { color: rgb(118,64,17); }

 H1.HeaderClassName
 {
   color: #764011;
 }
 .AnyTagClassName
 {
   color: #764011;
 }
</style>

background-color css

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

 a { background-color: rgb(118,64,17); }

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

border-color css

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

 span { border-color: rgb(118,64,17); }

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