Html Css Color HEX #764010 Raw Umber

📋 copy color: '#764010'

red 118 ◦ green 64 ◦ blue 16

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

Shades of Raw Umber #764010

Tints of Raw Umber #764010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.08%

R = 59.6%
G = 32.32%
B = 8.08%

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

#764010 (or 0x764010) is known color: Raw Umber. HEX triplet: 76, 40 and 10. RGB value is (118,64,16). Sum of RGB (Red+Green+Blue) = 118+64+16=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #764010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764010 is #89BFEF. Grayscale: #4A4A4A. Windows color (decimal): -9027568 or 1065078. OLE color: 1065078.

HSL color Cylindrical-coordinate representation of color #764010: hue angle of 28.24º degrees, saturation: 0.76, 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 #764010 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 64 16 -
CMYK 0 0.46 0.86 0.54
HSL 28.24º 0.76% 0.26% -
HSV(B) 28.24º 0.86% 0.46% -
XYZ 9.4 7.56 1.45 -
YUV 74.67 94.89 158.9 -
System Red Green Blue C M Y K H S L
Decimal 118 64 16 0 0.46 0.86 0.54 28.24 0.76 0.26
Hex 76 40 10 0 2E 56 36 1C 4C 1A
Octal 166 100 20 0 56 126 66 34 114 32
Binary 1110110 1000000 10000 0 101110 1010110 110110 11100 1001100 11010

Color Harmonies of #764010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764010

Black with #764010

Text Example


Text Example

White with #764010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764010; }

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

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

background-color css

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

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

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

border-color css

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

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

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