Html Css Color HEX #764116 Russet

📋 copy color: '#764116'

red 118 ◦ green 65 ◦ blue 22

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

Shades of Russet #764116

Tints of Russet #764116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.71%

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

R = 57.56%
G = 31.71%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#764116 (or 0x764116) is known color: Russet. HEX triplet: 76, 41 and 16. RGB value is (118,65,22). Sum of RGB (Red+Green+Blue) = 118+65+22=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #764116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764116 is #89BEE9. Grayscale: #4C4C4C. Windows color (decimal): -9027306 or 1458550. OLE color: 1458550.

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

Color convert

RGB 118 65 22 -
CMYK 0 0.45 0.81 0.54
HSL 26.88º 0.69% 0.27% -
HSV(B) 26.88º 0.81% 0.46% -
XYZ 9.51 7.69 1.74 -
YUV 75.95 97.56 158 -
System Red Green Blue C M Y K H S L
Decimal 118 65 22 0 0.45 0.81 0.54 26.88 0.69 0.27
Hex 76 41 16 0 2D 51 36 1B 45 1B
Octal 166 101 26 0 55 121 66 33 105 33
Binary 1110110 1000001 10110 0 101101 1010001 110110 11011 1000101 11011

Color Harmonies of #764116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764116

Black with #764116

Text Example


Text Example

White with #764116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764116; }

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

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

background-color css

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

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

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

border-color css

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

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

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