Html Css Color HEX #866804 Golden Brown

📋 copy color: '#866804'

red 134 ◦ green 104 ◦ blue 4

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

Shades of Golden Brown #866804

Tints of Golden Brown #866804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 55.37%
G = 42.98%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#866804 (or 0x866804) is known color: Golden Brown. HEX triplet: 86, 68 and 04. RGB value is (134,104,4). Sum of RGB (Red+Green+Blue) = 134+104+4=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #866804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866804 is #7997FB. Grayscale: #666666. Windows color (decimal): -7968764 or 288902. OLE color: 288902.

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

Color convert

RGB 134 104 4 -
CMYK 0 0.22 0.97 0.47
HSL 46.15º 0.94% 0.27% -
HSV(B) 46.15º 0.97% 0.53% -
XYZ 14.8 14.98 2.23 -
YUV 101.57 72.94 151.13 -
System Red Green Blue C M Y K H S L
Decimal 134 104 4 0 0.22 0.97 0.47 46.15 0.94 0.27
Hex 86 68 4 0 16 61 2F 2E 5E 1B
Octal 206 150 4 0 26 141 57 56 136 33
Binary 10000110 1101000 100 0 10110 1100001 101111 101110 1011110 11011

Color Harmonies of #866804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866804

Black with #866804

Text Example


Text Example

White with #866804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866804; }

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

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

background-color css

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

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

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

border-color css

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

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

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