Html Css Color HEX #856106 Golden Brown

📋 copy color: '#856106'

red 133 ◦ green 97 ◦ blue 6

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

Shades of Golden Brown #856106

Tints of Golden Brown #856106

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.1%

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

R = 56.36%
G = 41.1%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#856106 (or 0x856106) is known color: Golden Brown. HEX triplet: 85, 61 and 06. RGB value is (133,97,6). Sum of RGB (Red+Green+Blue) = 133+97+6=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #856106 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856106 is #7A9EF9. Grayscale: #616161. Windows color (decimal): -8036090 or 418181. OLE color: 418181.

HSL color Cylindrical-coordinate representation of color #856106: hue angle of 42.99º 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 #856106 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 97 6 -
CMYK 0 0.27 0.95 0.48
HSL 42.99º 0.91% 0.27% -
HSV(B) 42.99º 0.95% 0.52% -
XYZ 13.98 13.55 2.05 -
YUV 97.39 76.43 153.4 -
System Red Green Blue C M Y K H S L
Decimal 133 97 6 0 0.27 0.95 0.48 42.99 0.91 0.27
Hex 85 61 6 0 1B 5F 30 2B 5B 1B
Octal 205 141 6 0 33 137 60 53 133 33
Binary 10000101 1100001 110 0 11011 1011111 110000 101011 1011011 11011

Color Harmonies of #856106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856106

Black with #856106

Text Example


Text Example

White with #856106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856106; }

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

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

background-color css

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

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

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

border-color css

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

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

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