Html Css Color HEX #864121 Russet

📋 copy color: '#864121'

red 134 ◦ green 65 ◦ blue 33

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

Shades of Russet #864121

Tints of Russet #864121

RGB

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

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

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

R = 57.76%
G = 28.02%
B = 14.22%

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

#864121 (or 0x864121) is known color: Russet. HEX triplet: 86, 41 and 21. RGB value is (134,65,33). Sum of RGB (Red+Green+Blue) = 134+65+33=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #864121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864121 is #79BEDE. Grayscale: #525252. Windows color (decimal): -7978719 or 2179462. OLE color: 2179462.

HSL color Cylindrical-coordinate representation of color #864121: hue angle of 19.01º 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 #864121 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 65 33 -
CMYK 0 0.51 0.75 0.47
HSL 19.01º 0.6% 0.33% -
HSV(B) 19.01º 0.75% 0.53% -
XYZ 12 8.96 2.54 -
YUV 81.98 100.36 165.1 -
System Red Green Blue C M Y K H S L
Decimal 134 65 33 0 0.51 0.75 0.47 19.01 0.6 0.33
Hex 86 41 21 0 33 4B 2F 13 3C 21
Octal 206 101 41 0 63 113 57 23 74 41
Binary 10000110 1000001 100001 0 110011 1001011 101111 10011 111100 100001

Color Harmonies of #864121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864121

Black with #864121

Text Example


Text Example

White with #864121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864121; }

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

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

background-color css

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

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

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

border-color css

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

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

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