Html Css Color HEX #764515 Raw Umber

📋 copy color: '#764515'

red 118 ◦ green 69 ◦ blue 21

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

Shades of Raw Umber #764515

Tints of Raw Umber #764515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.1%

R = 56.73%
G = 33.17%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#764515 (or 0x764515) is known color: Raw Umber. HEX triplet: 76, 45 and 15. RGB value is (118,69,21). Sum of RGB (Red+Green+Blue) = 118+69+21=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #764515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764515 is #89BAEA. Grayscale: #4E4E4E. Windows color (decimal): -9026283 or 1394038. OLE color: 1394038.

HSL color Cylindrical-coordinate representation of color #764515: hue angle of 29.69º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #764515 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 69 21 -
CMYK 0 0.42 0.82 0.54
HSL 29.69º 0.7% 0.27% -
HSV(B) 29.69º 0.82% 0.46% -
XYZ 9.73 8.16 1.77 -
YUV 78.18 95.73 156.4 -
System Red Green Blue C M Y K H S L
Decimal 118 69 21 0 0.42 0.82 0.54 29.69 0.7 0.27
Hex 76 45 15 0 2A 52 36 1E 46 1B
Octal 166 105 25 0 52 122 66 36 106 33
Binary 1110110 1000101 10101 0 101010 1010010 110110 11110 1000110 11011

Color Harmonies of #764515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764515

Black with #764515

Text Example


Text Example

White with #764515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764515; }

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

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

background-color css

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

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

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

border-color css

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

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

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