Html Css Color HEX #864618 Russet

📋 copy color: '#864618'

red 134 ◦ green 70 ◦ blue 24

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

Shades of Russet #864618

Tints of Russet #864618

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.7%

 BLUE value IS 24 (9.77% from 255) = 10.53%

R = 58.77%
G = 30.7%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#864618 (or 0x864618) is known color: Russet. HEX triplet: 86, 46 and 18. RGB value is (134,70,24). Sum of RGB (Red+Green+Blue) = 134+70+24=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #864618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864618 is #79B9E7. Grayscale: #545454. Windows color (decimal): -7977448 or 1590918. OLE color: 1590918.

HSL color Cylindrical-coordinate representation of color #864618: hue angle of 25.09º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #864618 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 70 24 -
CMYK 0 0.48 0.82 0.47
HSL 25.09º 0.7% 0.31% -
HSV(B) 25.09º 0.82% 0.53% -
XYZ 12.19 9.51 2.06 -
YUV 83.89 94.2 163.74 -
System Red Green Blue C M Y K H S L
Decimal 134 70 24 0 0.48 0.82 0.47 25.09 0.7 0.31
Hex 86 46 18 0 30 52 2F 19 46 1F
Octal 206 106 30 0 60 122 57 31 106 37
Binary 10000110 1000110 11000 0 110000 1010010 101111 11001 1000110 11111

Color Harmonies of #864618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864618

Black with #864618

Text Example


Text Example

White with #864618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864618; }

 p { color: rgb(134,70,24); }

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

background-color css

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

 a { background-color: rgb(134,70,24); }

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

border-color css

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

 span { border-color: rgb(134,70,24); }

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