Html Css Color HEX #864906 Saddle Brown

📋 copy color: '#864906'

red 134 ◦ green 73 ◦ blue 6

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

Shades of Saddle Brown #864906

Tints of Saddle Brown #864906

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.27%

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

R = 62.91%
G = 34.27%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#864906 (or 0x864906) is known color: Saddle Brown. HEX triplet: 86, 49 and 06. RGB value is (134,73,6). Sum of RGB (Red+Green+Blue) = 134+73+6=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #864906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864906 is #79B6F9. Grayscale: #535353. Windows color (decimal): -7976698 or 412038. OLE color: 412038.

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

Color convert

RGB 134 73 6 -
CMYK 0 0.46 0.96 0.47
HSL 31.41º 0.91% 0.27% -
HSV(B) 31.41º 0.96% 0.53% -
XYZ 12.25 9.85 1.43 -
YUV 83.6 84.21 163.95 -
System Red Green Blue C M Y K H S L
Decimal 134 73 6 0 0.46 0.96 0.47 31.41 0.91 0.27
Hex 86 49 6 0 2E 60 2F 1F 5B 1B
Octal 206 111 6 0 56 140 57 37 133 33
Binary 10000110 1001001 110 0 101110 1100000 101111 11111 1011011 11011

Color Harmonies of #864906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864906

Black with #864906

Text Example


Text Example

White with #864906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864906; }

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

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

background-color css

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

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

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

border-color css

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

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

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