Html Css Color HEX #866601 Golden Brown

📋 copy color: '#866601'

red 134 ◦ green 102 ◦ blue 1

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

Shades of Golden Brown #866601

Tints of Golden Brown #866601

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.04%

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

R = 56.54%
G = 43.04%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#866601 (or 0x866601) is known color: Golden Brown. HEX triplet: 86, 66 and 01. RGB value is (134,102,1). Sum of RGB (Red+Green+Blue) = 134+102+1=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #866601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866601 is #7999FE. Grayscale: #646464. Windows color (decimal): -7969279 or 91782. OLE color: 91782.

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

Color convert

RGB 134 102 1 -
CMYK 0 0.24 0.99 0.47
HSL 45.56º 0.99% 0.26% -
HSV(B) 45.56º 0.99% 0.53% -
XYZ 14.59 14.57 2.07 -
YUV 100.05 72.1 152.21 -
System Red Green Blue C M Y K H S L
Decimal 134 102 1 0 0.24 0.99 0.47 45.56 0.99 0.26
Hex 86 66 1 0 18 63 2F 2E 63 1A
Octal 206 146 1 0 30 143 57 56 143 32
Binary 10000110 1100110 1 0 11000 1100011 101111 101110 1100011 11010

Color Harmonies of #866601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866601

Black with #866601

Text Example


Text Example

White with #866601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866601; }

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

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

background-color css

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

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

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

border-color css

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

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

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