Html Css Color HEX #764510 Raw Umber

📋 copy color: '#764510'

red 118 ◦ green 69 ◦ blue 16

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

Shades of Raw Umber #764510

Tints of Raw Umber #764510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.99%

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

R = 58.13%
G = 33.99%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#764510 (or 0x764510) is known color: Raw Umber. HEX triplet: 76, 45 and 10. RGB value is (118,69,16). Sum of RGB (Red+Green+Blue) = 118+69+16=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #764510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764510 is #89BAEF. Grayscale: #4D4D4D. Windows color (decimal): -9026288 or 1066358. OLE color: 1066358.

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

Color convert

RGB 118 69 16 -
CMYK 0 0.42 0.86 0.54
HSL 31.18º 0.76% 0.26% -
HSV(B) 31.18º 0.86% 0.46% -
XYZ 9.69 8.15 1.55 -
YUV 77.61 93.23 156.81 -
System Red Green Blue C M Y K H S L
Decimal 118 69 16 0 0.42 0.86 0.54 31.18 0.76 0.26
Hex 76 45 10 0 2A 56 36 1F 4C 1A
Octal 166 105 20 0 52 126 66 37 114 32
Binary 1110110 1000101 10000 0 101010 1010110 110110 11111 1001100 11010

Color Harmonies of #764510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764510

Black with #764510

Text Example


Text Example

White with #764510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764510; }

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

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

background-color css

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

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

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

border-color css

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

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

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