Html Css Color HEX #864706 Saddle Brown

📋 copy color: '#864706'

red 134 ◦ green 71 ◦ blue 6

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

Shades of Saddle Brown #864706

Tints of Saddle Brown #864706

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.65%

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

R = 63.51%
G = 33.65%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#864706 (or 0x864706) is known color: Saddle Brown. HEX triplet: 86, 47 and 06. RGB value is (134,71,6). Sum of RGB (Red+Green+Blue) = 134+71+6=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 6 (2.73% from 255 or 2.84% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #864706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864706 is #79B8F9. Grayscale: #525252. Windows color (decimal): -7977210 or 411526. OLE color: 411526.

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

Color convert

RGB 134 71 6 -
CMYK 0 0.47 0.96 0.47
HSL 30.47º 0.91% 0.27% -
HSV(B) 30.47º 0.96% 0.53% -
XYZ 12.12 9.59 1.38 -
YUV 82.43 84.87 164.79 -
System Red Green Blue C M Y K H S L
Decimal 134 71 6 0 0.47 0.96 0.47 30.47 0.91 0.27
Hex 86 47 6 0 2F 60 2F 1E 5B 1B
Octal 206 107 6 0 57 140 57 36 133 33
Binary 10000110 1000111 110 0 101111 1100000 101111 11110 1011011 11011

Color Harmonies of #864706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864706

Black with #864706

Text Example


Text Example

White with #864706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864706; }

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

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

background-color css

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

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

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

border-color css

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

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

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