Html Css Color HEX #764215 Russet

📋 copy color: '#764215'

red 118 ◦ green 66 ◦ blue 21

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

Shades of Russet #764215

Tints of Russet #764215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.2%

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

R = 57.56%
G = 32.2%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#764215 (or 0x764215) is known color: Russet. HEX triplet: 76, 42 and 15. RGB value is (118,66,21). Sum of RGB (Red+Green+Blue) = 118+66+21=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #764215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764215 is #89BDEA. Grayscale: #4C4C4C. Windows color (decimal): -9027051 or 1393270. OLE color: 1393270.

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

Color convert

RGB 118 66 21 -
CMYK 0 0.44 0.82 0.54
HSL 27.84º 0.7% 0.27% -
HSV(B) 27.84º 0.82% 0.46% -
XYZ 9.55 7.8 1.71 -
YUV 76.42 96.73 157.66 -
System Red Green Blue C M Y K H S L
Decimal 118 66 21 0 0.44 0.82 0.54 27.84 0.7 0.27
Hex 76 42 15 0 2C 52 36 1C 46 1B
Octal 166 102 25 0 54 122 66 34 106 33
Binary 1110110 1000010 10101 0 101100 1010010 110110 11100 1000110 11011

Color Harmonies of #764215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764215

Black with #764215

Text Example


Text Example

White with #764215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764215; }

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

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

background-color css

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

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

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

border-color css

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

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

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