Html Css Color HEX #864600 Saddle Brown

📋 copy color: '#864600'

red 134 ◦ green 70 ◦ blue 0

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

Shades of Saddle Brown #864600

Tints of Saddle Brown #864600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.69%
G = 34.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#864600 (or 0x864600) is known color: Saddle Brown. HEX triplet: 86, 46 and 00. RGB value is (134,70,0). Sum of RGB (Red+Green+Blue) = 134+70+0=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #864600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864600 is #79B9FF. Grayscale: #515151. Windows color (decimal): -7977472 or 18054. OLE color: 18054.

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

Color convert

RGB 134 70 0 -
CMYK 0 0.48 1 0.47
HSL 31.34º 1% 0.26% -
HSV(B) 31.34º 1% 0.53% -
XYZ 12.02 9.45 1.19 -
YUV 81.16 82.2 165.69 -
System Red Green Blue C M Y K H S L
Decimal 134 70 0 0 0.48 1 0.47 31.34 1 0.26
Hex 86 46 0 0 30 64 2F 1F 64 1A
Octal 206 106 0 0 60 144 57 37 144 32
Binary 10000110 1000110 0 0 110000 1100100 101111 11111 1100100 11010

Color Harmonies of #864600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864600

Black with #864600

Text Example


Text Example

White with #864600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864600; }

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

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

background-color css

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

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

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

border-color css

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

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

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