Html Css Color HEX #765916 Raw Umber

📋 copy color: '#765916'

red 118 ◦ green 89 ◦ blue 22

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

Shades of Raw Umber #765916

Tints of Raw Umber #765916

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.86%

 BLUE value IS 22 (8.98% from 255) = 9.61%

R = 51.53%
G = 38.86%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#765916 (or 0x765916) is known color: Raw Umber. HEX triplet: 76, 59 and 16. RGB value is (118,89,22). Sum of RGB (Red+Green+Blue) = 118+89+22=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #765916 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765916 is #89A6E9. Grayscale: #5A5A5A. Windows color (decimal): -9021162 or 1464694. OLE color: 1464694.

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

Color convert

RGB 118 89 22 -
CMYK 0 0.25 0.81 0.54
HSL 41.88º 0.69% 0.27% -
HSV(B) 41.88º 0.81% 0.46% -
XYZ 11.19 11.05 2.3 -
YUV 90.03 89.61 147.95 -
System Red Green Blue C M Y K H S L
Decimal 118 89 22 0 0.25 0.81 0.54 41.88 0.69 0.27
Hex 76 59 16 0 19 51 36 2A 45 1B
Octal 166 131 26 0 31 121 66 52 105 33
Binary 1110110 1011001 10110 0 11001 1010001 110110 101010 1000101 11011

Color Harmonies of #765916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765916

Black with #765916

Text Example


Text Example

White with #765916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765916; }

 p { color: rgb(118,89,22); }

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

background-color css

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

 a { background-color: rgb(118,89,22); }

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

border-color css

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

 span { border-color: rgb(118,89,22); }

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