Html Css Color HEX #864006 Saddle Brown

📋 copy color: '#864006'

red 134 ◦ green 64 ◦ blue 6

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

Shades of Saddle Brown #864006

Tints of Saddle Brown #864006

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.37%

 BLUE value IS 6 (2.73% from 255) = 2.94%

R = 65.69%
G = 31.37%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#864006 (or 0x864006) is known color: Saddle Brown. HEX triplet: 86, 40 and 06. RGB value is (134,64,6). Sum of RGB (Red+Green+Blue) = 134+64+6=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #864006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864006 is #79BFF9. Grayscale: #4E4E4E. Windows color (decimal): -7979002 or 409734. OLE color: 409734.

HSL color Cylindrical-coordinate representation of color #864006: hue angle of 27.19º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #864006 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 64 6 -
CMYK 0 0.52 0.96 0.47
HSL 27.19º 0.91% 0.27% -
HSV(B) 27.19º 0.96% 0.53% -
XYZ 11.7 8.75 1.24 -
YUV 78.32 87.19 167.72 -
System Red Green Blue C M Y K H S L
Decimal 134 64 6 0 0.52 0.96 0.47 27.19 0.91 0.27
Hex 86 40 6 0 34 60 2F 1B 5B 1B
Octal 206 100 6 0 64 140 57 33 133 33
Binary 10000110 1000000 110 0 110100 1100000 101111 11011 1011011 11011

Color Harmonies of #864006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864006

Black with #864006

Text Example


Text Example

White with #864006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864006; }

 p { color: rgb(134,64,6); }

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

background-color css

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

 a { background-color: rgb(134,64,6); }

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

border-color css

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

 span { border-color: rgb(134,64,6); }

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