Html Css Color HEX #866400 Golden Brown

📋 copy color: '#866400'

red 134 ◦ green 100 ◦ blue 0

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

Shades of Golden Brown #866400

Tints of Golden Brown #866400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.74%

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

R = 57.26%
G = 42.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#866400 (or 0x866400) is known color: Golden Brown. HEX triplet: 86, 64 and 00. RGB value is (134,100,0). Sum of RGB (Red+Green+Blue) = 134+100+0=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #866400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866400 is #799BFF. Grayscale: #636363. Windows color (decimal): -7969792 or 25734. OLE color: 25734.

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

Color convert

RGB 134 100 0 -
CMYK 0 0.25 1 0.47
HSL 44.78º 1% 0.26% -
HSV(B) 44.78º 1% 0.53% -
XYZ 14.39 14.18 1.98 -
YUV 98.77 72.26 153.13 -
System Red Green Blue C M Y K H S L
Decimal 134 100 0 0 0.25 1 0.47 44.78 1 0.26
Hex 86 64 0 0 19 64 2F 2D 64 1A
Octal 206 144 0 0 31 144 57 55 144 32
Binary 10000110 1100100 0 0 11001 1100100 101111 101101 1100100 11010

Color Harmonies of #866400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866400

Black with #866400

Text Example


Text Example

White with #866400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866400; }

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

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

background-color css

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

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

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

border-color css

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

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

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