Html Css Color HEX #866304 Golden Brown

📋 copy color: '#866304'

red 134 ◦ green 99 ◦ blue 4

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

Shades of Golden Brown #866304

Tints of Golden Brown #866304

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.77%

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

R = 56.54%
G = 41.77%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#866304 (or 0x866304) is known color: Golden Brown. HEX triplet: 86, 63 and 04. RGB value is (134,99,4). Sum of RGB (Red+Green+Blue) = 134+99+4=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #866304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866304 is #799CFB. Grayscale: #636363. Windows color (decimal): -7970044 or 287622. OLE color: 287622.

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

Color convert

RGB 134 99 4 -
CMYK 0 0.26 0.97 0.47
HSL 43.85º 0.94% 0.27% -
HSV(B) 43.85º 0.97% 0.53% -
XYZ 14.32 14 2.06 -
YUV 98.64 74.6 153.22 -
System Red Green Blue C M Y K H S L
Decimal 134 99 4 0 0.26 0.97 0.47 43.85 0.94 0.27
Hex 86 63 4 0 1A 61 2F 2C 5E 1B
Octal 206 143 4 0 32 141 57 54 136 33
Binary 10000110 1100011 100 0 11010 1100001 101111 101100 1011110 11011

Color Harmonies of #866304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866304

Black with #866304

Text Example


Text Example

White with #866304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866304; }

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

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

background-color css

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

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

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

border-color css

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

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

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