Html Css Color HEX #856600 Golden Brown

📋 copy color: '#856600'

red 133 ◦ green 102 ◦ blue 0

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

Shades of Golden Brown #856600

Tints of Golden Brown #856600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.4%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.6%
G = 43.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#856600 (or 0x856600) is known color: Golden Brown. HEX triplet: 85, 66 and 00. RGB value is (133,102,0). Sum of RGB (Red+Green+Blue) = 133+102+0=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #856600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856600 is #7A99FF. Grayscale: #646464. Windows color (decimal): -8034816 or 26245. OLE color: 26245.

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

Color convert

RGB 133 102 0 -
CMYK 0 0.23 1 0.48
HSL 46.02º 1% 0.26% -
HSV(B) 46.02º 1% 0.52% -
XYZ 14.42 14.49 2.04 -
YUV 99.64 71.77 151.79 -
System Red Green Blue C M Y K H S L
Decimal 133 102 0 0 0.23 1 0.48 46.02 1 0.26
Hex 85 66 0 0 17 64 30 2E 64 1A
Octal 205 146 0 0 27 144 60 56 144 32
Binary 10000101 1100110 0 0 10111 1100100 110000 101110 1100100 11010

Color Harmonies of #856600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856600

Black with #856600

Text Example


Text Example

White with #856600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856600; }

 p { color: rgb(133,102,0); }

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

background-color css

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

 a { background-color: rgb(133,102,0); }

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

border-color css

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

 span { border-color: rgb(133,102,0); }

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