Html Css Color HEX #866801 Golden Brown

📋 copy color: '#866801'

red 134 ◦ green 104 ◦ blue 1

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

Shades of Golden Brown #866801

Tints of Golden Brown #866801

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.51%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 56.07%
G = 43.51%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#866801 (or 0x866801) is known color: Golden Brown. HEX triplet: 86, 68 and 01. RGB value is (134,104,1). Sum of RGB (Red+Green+Blue) = 134+104+1=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #866801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866801 is #7997FE. Grayscale: #656565. Windows color (decimal): -7968767 or 92294. OLE color: 92294.

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

Color convert

RGB 134 104 1 -
CMYK 0 0.22 0.99 0.47
HSL 46.47º 0.99% 0.26% -
HSV(B) 46.47º 0.99% 0.53% -
XYZ 14.79 14.97 2.14 -
YUV 101.23 71.44 151.38 -
System Red Green Blue C M Y K H S L
Decimal 134 104 1 0 0.22 0.99 0.47 46.47 0.99 0.26
Hex 86 68 1 0 16 63 2F 2E 63 1A
Octal 206 150 1 0 26 143 57 56 143 32
Binary 10000110 1101000 1 0 10110 1100011 101111 101110 1100011 11010

Color Harmonies of #866801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866801

Black with #866801

Text Example


Text Example

White with #866801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866801; }

 p { color: rgb(134,104,1); }

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

background-color css

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

 a { background-color: rgb(134,104,1); }

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

border-color css

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

 span { border-color: rgb(134,104,1); }

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