Html Css Color HEX #866506 Golden Brown

📋 copy color: '#866506'

red 134 ◦ green 101 ◦ blue 6

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

Shades of Golden Brown #866506

Tints of Golden Brown #866506

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.91%

 BLUE value IS 6 (2.73% from 255) = 2.49%

R = 55.6%
G = 41.91%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#866506 (or 0x866506) is known color: Golden Brown. HEX triplet: 86, 65 and 06. RGB value is (134,101,6). Sum of RGB (Red+Green+Blue) = 134+101+6=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #866506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866506 is #799AF9. Grayscale: #646464. Windows color (decimal): -7969530 or 419206. OLE color: 419206.

HSL color Cylindrical-coordinate representation of color #866506: hue angle of 44.53º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #866506 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 101 6 -
CMYK 0 0.25 0.96 0.47
HSL 44.53º 0.91% 0.27% -
HSV(B) 44.53º 0.96% 0.53% -
XYZ 14.52 14.39 2.18 -
YUV 100.04 74.93 152.22 -
System Red Green Blue C M Y K H S L
Decimal 134 101 6 0 0.25 0.96 0.47 44.53 0.91 0.27
Hex 86 65 6 0 19 60 2F 2D 5B 1B
Octal 206 145 6 0 31 140 57 55 133 33
Binary 10000110 1100101 110 0 11001 1100000 101111 101101 1011011 11011

Color Harmonies of #866506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866506

Black with #866506

Text Example


Text Example

White with #866506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866506; }

 p { color: rgb(134,101,6); }

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

background-color css

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

 a { background-color: rgb(134,101,6); }

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

border-color css

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

 span { border-color: rgb(134,101,6); }

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