Html Css Color HEX #764610 Raw Umber

📋 copy color: '#764610'

red 118 ◦ green 70 ◦ blue 16

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

Shades of Raw Umber #764610

Tints of Raw Umber #764610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.31%

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

R = 57.84%
G = 34.31%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#764610 (or 0x764610) is known color: Raw Umber. HEX triplet: 76, 46 and 10. RGB value is (118,70,16). Sum of RGB (Red+Green+Blue) = 118+70+16=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #764610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764610 is #89B9EF. Grayscale: #4E4E4E. Windows color (decimal): -9026032 or 1066614. OLE color: 1066614.

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

Color convert

RGB 118 70 16 -
CMYK 0 0.41 0.86 0.54
HSL 31.76º 0.76% 0.26% -
HSV(B) 31.76º 0.86% 0.46% -
XYZ 9.75 8.27 1.57 -
YUV 78.2 92.9 156.39 -
System Red Green Blue C M Y K H S L
Decimal 118 70 16 0 0.41 0.86 0.54 31.76 0.76 0.26
Hex 76 46 10 0 29 56 36 20 4C 1A
Octal 166 106 20 0 51 126 66 40 114 32
Binary 1110110 1000110 10000 0 101001 1010110 110110 100000 1001100 11010

Color Harmonies of #764610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764610

Black with #764610

Text Example


Text Example

White with #764610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764610; }

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

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

background-color css

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

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

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

border-color css

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

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

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