Html Css Color HEX #856601 Golden Brown

📋 copy color: '#856601'

red 133 ◦ green 102 ◦ blue 1

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

Shades of Golden Brown #856601

Tints of Golden Brown #856601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 56.36%
G = 43.22%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#856601 (or 0x856601) is known color: Golden Brown. HEX triplet: 85, 66 and 01. RGB value is (133,102,1). Sum of RGB (Red+Green+Blue) = 133+102+1=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #856601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856601 is #7A99FE. Grayscale: #646464. Windows color (decimal): -8034815 or 91781. OLE color: 91781.

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

Color convert

RGB 133 102 1 -
CMYK 0 0.23 0.99 0.48
HSL 45.91º 0.99% 0.26% -
HSV(B) 45.91º 0.99% 0.52% -
XYZ 14.43 14.49 2.07 -
YUV 99.76 72.27 151.71 -
System Red Green Blue C M Y K H S L
Decimal 133 102 1 0 0.23 0.99 0.48 45.91 0.99 0.26
Hex 85 66 1 0 17 63 30 2E 63 1A
Octal 205 146 1 0 27 143 60 56 143 32
Binary 10000101 1100110 1 0 10111 1100011 110000 101110 1100011 11010

Color Harmonies of #856601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856601

Black with #856601

Text Example


Text Example

White with #856601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856601; }

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

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

background-color css

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

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

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

border-color css

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

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

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