Html Css Color HEX #866100 Golden Brown

📋 copy color: '#866100'

red 134 ◦ green 97 ◦ blue 0

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

Shades of Golden Brown #866100

Tints of Golden Brown #866100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.99%

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

R = 58.01%
G = 41.99%
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

#866100 (or 0x866100) is known color: Golden Brown. HEX triplet: 86, 61 and 00. RGB value is (134,97,0). Sum of RGB (Red+Green+Blue) = 134+97+0=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #866100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866100 is #799EFF. Grayscale: #616161. Windows color (decimal): -7970560 or 24966. OLE color: 24966.

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

Color convert

RGB 134 97 0 -
CMYK 0 0.28 1 0.47
HSL 43.43º 1% 0.26% -
HSV(B) 43.43º 1% 0.53% -
XYZ 14.11 13.62 1.89 -
YUV 97.01 73.26 154.39 -
System Red Green Blue C M Y K H S L
Decimal 134 97 0 0 0.28 1 0.47 43.43 1 0.26
Hex 86 61 0 0 1C 64 2F 2B 64 1A
Octal 206 141 0 0 34 144 57 53 144 32
Binary 10000110 1100001 0 0 11100 1100100 101111 101011 1100100 11010

Color Harmonies of #866100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866100

Black with #866100

Text Example


Text Example

White with #866100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866100; }

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

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

background-color css

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

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

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

border-color css

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

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

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