Html Css Color HEX #765616 Raw Umber

📋 copy color: '#765616'

red 118 ◦ green 86 ◦ blue 22

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

Shades of Raw Umber #765616

Tints of Raw Umber #765616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.05%

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

R = 52.21%
G = 38.05%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#765616 (or 0x765616) is known color: Raw Umber. HEX triplet: 76, 56 and 16. RGB value is (118,86,22). Sum of RGB (Red+Green+Blue) = 118+86+22=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #765616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765616 is #89A9E9. Grayscale: #585858. Windows color (decimal): -9021930 or 1463926. OLE color: 1463926.

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

Color convert

RGB 118 86 22 -
CMYK 0 0.27 0.81 0.54
HSL 40º 0.69% 0.27% -
HSV(B) 40º 0.81% 0.46% -
XYZ 10.94 10.57 2.22 -
YUV 88.27 90.6 149.2 -
System Red Green Blue C M Y K H S L
Decimal 118 86 22 0 0.27 0.81 0.54 40 0.69 0.27
Hex 76 56 16 0 1B 51 36 28 45 1B
Octal 166 126 26 0 33 121 66 50 105 33
Binary 1110110 1010110 10110 0 11011 1010001 110110 101000 1000101 11011

Color Harmonies of #765616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765616

Black with #765616

Text Example


Text Example

White with #765616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765616; }

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

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

background-color css

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

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

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

border-color css

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

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

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