Html Css Color HEX #866000 Golden Brown

📋 copy color: '#866000'

red 134 ◦ green 96 ◦ blue 0

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

Shades of Golden Brown #866000

Tints of Golden Brown #866000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.74%

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

R = 58.26%
G = 41.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#866000 (or 0x866000) is known color: Golden Brown. HEX triplet: 86, 60 and 00. RGB value is (134,96,0). Sum of RGB (Red+Green+Blue) = 134+96+0=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #866000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866000 is #799FFF. Grayscale: #606060. Windows color (decimal): -7970816 or 24710. OLE color: 24710.

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

Color convert

RGB 134 96 0 -
CMYK 0 0.28 1 0.47
HSL 42.99º 1% 0.26% -
HSV(B) 42.99º 1% 0.53% -
XYZ 14.01 13.43 1.85 -
YUV 96.42 73.59 154.81 -
System Red Green Blue C M Y K H S L
Decimal 134 96 0 0 0.28 1 0.47 42.99 1 0.26
Hex 86 60 0 0 1C 64 2F 2B 64 1A
Octal 206 140 0 0 34 144 57 53 144 32
Binary 10000110 1100000 0 0 11100 1100100 101111 101011 1100100 11010

Color Harmonies of #866000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866000

Black with #866000

Text Example


Text Example

White with #866000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866000; }

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

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

background-color css

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

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

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

border-color css

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

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

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