Html Css Color HEX #856306 Golden Brown

📋 copy color: '#856306'

red 133 ◦ green 99 ◦ blue 6

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

Shades of Golden Brown #856306

Tints of Golden Brown #856306

RGB

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

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

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

R = 55.88%
G = 41.6%
B = 2.52%

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

#856306 (or 0x856306) is known color: Golden Brown. HEX triplet: 85, 63 and 06. RGB value is (133,99,6). Sum of RGB (Red+Green+Blue) = 133+99+6=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #856306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856306 is #7A9CF9. Grayscale: #626262. Windows color (decimal): -8035578 or 418693. OLE color: 418693.

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

Color convert

RGB 133 99 6 -
CMYK 0 0.26 0.95 0.48
HSL 43.94º 0.91% 0.27% -
HSV(B) 43.94º 0.95% 0.52% -
XYZ 14.17 13.92 2.11 -
YUV 98.56 75.76 152.56 -
System Red Green Blue C M Y K H S L
Decimal 133 99 6 0 0.26 0.95 0.48 43.94 0.91 0.27
Hex 85 63 6 0 1A 5F 30 2C 5B 1B
Octal 205 143 6 0 32 137 60 54 133 33
Binary 10000101 1100011 110 0 11010 1011111 110000 101100 1011011 11011

Color Harmonies of #856306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856306

Black with #856306

Text Example


Text Example

White with #856306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856306; }

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

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

background-color css

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

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

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

border-color css

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

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

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