Html Css Color HEX #764210 Raw Umber

📋 copy color: '#764210'

red 118 ◦ green 66 ◦ blue 16

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

Shades of Raw Umber #764210

Tints of Raw Umber #764210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33%

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

R = 59%
G = 33%
B = 8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#764210 (or 0x764210) is known color: Raw Umber. HEX triplet: 76, 42 and 10. RGB value is (118,66,16). Sum of RGB (Red+Green+Blue) = 118+66+16=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #764210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764210 is #89BDEF. Grayscale: #4C4C4C. Windows color (decimal): -9027056 or 1065590. OLE color: 1065590.

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

Color convert

RGB 118 66 16 -
CMYK 0 0.44 0.86 0.54
HSL 29.41º 0.76% 0.26% -
HSV(B) 29.41º 0.86% 0.46% -
XYZ 9.51 7.79 1.49 -
YUV 75.85 94.23 158.07 -
System Red Green Blue C M Y K H S L
Decimal 118 66 16 0 0.44 0.86 0.54 29.41 0.76 0.26
Hex 76 42 10 0 2C 56 36 1D 4C 1A
Octal 166 102 20 0 54 126 66 35 114 32
Binary 1110110 1000010 10000 0 101100 1010110 110110 11101 1001100 11010

Color Harmonies of #764210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764210

Black with #764210

Text Example


Text Example

White with #764210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764210; }

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

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

background-color css

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

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

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

border-color css

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

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

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