Html Css Color HEX #864320 Russet

📋 copy color: '#864320'

red 134 ◦ green 67 ◦ blue 32

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

Shades of Russet #864320

Tints of Russet #864320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.76%

 BLUE value IS 32 (12.89% from 255) = 13.73%

R = 57.51%
G = 28.76%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#864320 (or 0x864320) is known color: Russet. HEX triplet: 86, 43 and 20. RGB value is (134,67,32). Sum of RGB (Red+Green+Blue) = 134+67+32=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #864320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864320 is #79BCDF. Grayscale: #535353. Windows color (decimal): -7978208 or 2114438. OLE color: 2114438.

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

Color convert

RGB 134 67 32 -
CMYK 0 0.5 0.76 0.47
HSL 20.59º 0.61% 0.33% -
HSV(B) 20.59º 0.76% 0.53% -
XYZ 12.1 9.19 2.5 -
YUV 83.04 99.2 164.35 -
System Red Green Blue C M Y K H S L
Decimal 134 67 32 0 0.5 0.76 0.47 20.59 0.61 0.33
Hex 86 43 20 0 32 4C 2F 15 3D 21
Octal 206 103 40 0 62 114 57 25 75 41
Binary 10000110 1000011 100000 0 110010 1001100 101111 10101 111101 100001

Color Harmonies of #864320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864320

Black with #864320

Text Example


Text Example

White with #864320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864320; }

 p { color: rgb(134,67,32); }

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

background-color css

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

 a { background-color: rgb(134,67,32); }

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

border-color css

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

 span { border-color: rgb(134,67,32); }

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