Html Css Color HEX #864C1E Russet

📋 copy color: '#864C1E'

red 134 ◦ green 76 ◦ blue 30

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

Shades of Russet #864C1E

Tints of Russet #864C1E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.67%

 BLUE value IS 30 (12.11% from 255) = 12.5%

R = 55.83%
G = 31.67%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#864C1E (or 0x864C1E) is known color: Russet. HEX triplet: 86, 4C and 1E. RGB value is (134,76,30). Sum of RGB (Red+Green+Blue) = 134+76+30=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #864C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864C1E is #79B3E1. Grayscale: #585858. Windows color (decimal): -7975906 or 1985670. OLE color: 1985670.

HSL color Cylindrical-coordinate representation of color #864C1E: hue angle of 26.54º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #864C1E is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 76 30 -
CMYK 0 0.43 0.78 0.47
HSL 26.54º 0.63% 0.32% -
HSV(B) 26.54º 0.78% 0.53% -
XYZ 12.65 10.33 2.56 -
YUV 88.1 95.22 160.74 -
System Red Green Blue C M Y K H S L
Decimal 134 76 30 0 0.43 0.78 0.47 26.54 0.63 0.32
Hex 86 4C 1E 0 2B 4E 2F 1B 3F 20
Octal 206 114 36 0 53 116 57 33 77 40
Binary 10000110 1001100 11110 0 101011 1001110 101111 11011 111111 100000

Color Harmonies of #864C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864C1E

Black with #864C1E

Text Example


Text Example

White with #864C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864C1E; }

 p { color: rgb(134,76,30); }

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

background-color css

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

 a { background-color: rgb(134,76,30); }

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

border-color css

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

 span { border-color: rgb(134,76,30); }

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