Html Css Color HEX #856206 Golden Brown

📋 copy color: '#856206'

red 133 ◦ green 98 ◦ blue 6

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

Shades of Golden Brown #856206

Tints of Golden Brown #856206

RGB

 RED value IS 133 (52.34% from 255) = 56.12%

 GREEN value IS 98 (38.67% from 255) = 41.35%

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

R = 56.12%
G = 41.35%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#856206 (or 0x856206) is known color: Golden Brown. HEX triplet: 85, 62 and 06. RGB value is (133,98,6). Sum of RGB (Red+Green+Blue) = 133+98+6=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #856206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856206 is #7A9DF9. Grayscale: #626262. Windows color (decimal): -8035834 or 418437. OLE color: 418437.

HSL color Cylindrical-coordinate representation of color #856206: hue angle of 43.46º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #856206 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 98 6 -
CMYK 0 0.26 0.95 0.48
HSL 43.46º 0.91% 0.27% -
HSV(B) 43.46º 0.95% 0.52% -
XYZ 14.07 13.74 2.08 -
YUV 97.98 76.1 152.98 -
System Red Green Blue C M Y K H S L
Decimal 133 98 6 0 0.26 0.95 0.48 43.46 0.91 0.27
Hex 85 62 6 0 1A 5F 30 2B 5B 1B
Octal 205 142 6 0 32 137 60 53 133 33
Binary 10000101 1100010 110 0 11010 1011111 110000 101011 1011011 11011

Color Harmonies of #856206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856206

Black with #856206

Text Example


Text Example

White with #856206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856206; }

 p { color: rgb(133,98,6); }

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

background-color css

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

 a { background-color: rgb(133,98,6); }

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

border-color css

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

 span { border-color: rgb(133,98,6); }

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