Html Css Color HEX #864221 Russet

📋 copy color: '#864221'

red 134 ◦ green 66 ◦ blue 33

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

Shades of Russet #864221

Tints of Russet #864221

RGB

 RED value IS 134 (52.73% from 255) = 57.51%

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

 BLUE value IS 33 (13.28% from 255) = 14.16%

R = 57.51%
G = 28.33%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#864221 (or 0x864221) is known color: Russet. HEX triplet: 86, 42 and 21. RGB value is (134,66,33). Sum of RGB (Red+Green+Blue) = 134+66+33=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #864221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864221 is #79BDDE. Grayscale: #525252. Windows color (decimal): -7978463 or 2179718. OLE color: 2179718.

HSL color Cylindrical-coordinate representation of color #864221: hue angle of 19.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #864221 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 66 33 -
CMYK 0 0.51 0.75 0.47
HSL 19.6º 0.6% 0.33% -
HSV(B) 19.6º 0.75% 0.53% -
XYZ 12.05 9.07 2.56 -
YUV 82.57 100.03 164.68 -
System Red Green Blue C M Y K H S L
Decimal 134 66 33 0 0.51 0.75 0.47 19.6 0.6 0.33
Hex 86 42 21 0 33 4B 2F 14 3C 21
Octal 206 102 41 0 63 113 57 24 74 41
Binary 10000110 1000010 100001 0 110011 1001011 101111 10100 111100 100001

Color Harmonies of #864221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864221

Black with #864221

Text Example


Text Example

White with #864221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864221; }

 p { color: rgb(134,66,33); }

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

background-color css

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

 a { background-color: rgb(134,66,33); }

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

border-color css

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

 span { border-color: rgb(134,66,33); }

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