Html Css Color HEX #866704 Golden Brown

📋 copy color: '#866704'

red 134 ◦ green 103 ◦ blue 4

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

Shades of Golden Brown #866704

Tints of Golden Brown #866704

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.74%

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

R = 55.6%
G = 42.74%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#866704 (or 0x866704) is known color: Golden Brown. HEX triplet: 86, 67 and 04. RGB value is (134,103,4). Sum of RGB (Red+Green+Blue) = 134+103+4=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #866704 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866704 is #7998FB. Grayscale: #656565. Windows color (decimal): -7969020 or 288646. OLE color: 288646.

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

Color convert

RGB 134 103 4 -
CMYK 0 0.23 0.97 0.47
HSL 45.69º 0.94% 0.27% -
HSV(B) 45.69º 0.97% 0.53% -
XYZ 14.7 14.78 2.19 -
YUV 100.98 73.27 151.55 -
System Red Green Blue C M Y K H S L
Decimal 134 103 4 0 0.23 0.97 0.47 45.69 0.94 0.27
Hex 86 67 4 0 17 61 2F 2E 5E 1B
Octal 206 147 4 0 27 141 57 56 136 33
Binary 10000110 1100111 100 0 10111 1100001 101111 101110 1011110 11011

Color Harmonies of #866704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866704

Black with #866704

Text Example


Text Example

White with #866704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866704; }

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

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

background-color css

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

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

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

border-color css

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

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

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