Html Css Color HEX #866605 Golden Brown

📋 copy color: '#866605'

red 134 ◦ green 102 ◦ blue 5

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

Shades of Golden Brown #866605

Tints of Golden Brown #866605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.07%

R = 55.6%
G = 42.32%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#866605 (or 0x866605) is known color: Golden Brown. HEX triplet: 86, 66 and 05. RGB value is (134,102,5). Sum of RGB (Red+Green+Blue) = 134+102+5=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #866605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866605 is #7999FA. Grayscale: #646464. Windows color (decimal): -7969275 or 353926. OLE color: 353926.

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

Color convert

RGB 134 102 5 -
CMYK 0 0.24 0.96 0.47
HSL 45.12º 0.93% 0.27% -
HSV(B) 45.12º 0.96% 0.53% -
XYZ 14.61 14.58 2.19 -
YUV 100.51 74.1 151.89 -
System Red Green Blue C M Y K H S L
Decimal 134 102 5 0 0.24 0.96 0.47 45.12 0.93 0.27
Hex 86 66 5 0 18 60 2F 2D 5D 1B
Octal 206 146 5 0 30 140 57 55 135 33
Binary 10000110 1100110 101 0 11000 1100000 101111 101101 1011101 11011

Color Harmonies of #866605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866605

Black with #866605

Text Example


Text Example

White with #866605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866605; }

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

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

background-color css

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

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

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

border-color css

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

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

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