Html Css Color HEX #56611D Saratoga

📋 copy color: '#56611D'

red 86 ◦ green 97 ◦ blue 29

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

Shades of Saratoga #56611D

Tints of Saratoga #56611D

RGB

 RED value IS 86 (33.98% from 255) = 40.57%

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

 BLUE value IS 29 (11.72% from 255) = 13.68%

R = 40.57%
G = 45.75%
B = 13.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#56611D (or 0x56611D) is known color: Saratoga. HEX triplet: 56, 61 and 1D. RGB value is (86,97,29). Sum of RGB (Red+Green+Blue) = 86+97+29=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 97 - color contains mainly: green. Hex color #56611D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56611D is #A99EE2. Grayscale: #565656. Windows color (decimal): -11116259 or 1925462. OLE color: 1925462.

HSL color Cylindrical-coordinate representation of color #56611D: hue angle of 69.71º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #56611D is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 97 29 -
CMYK 0.11 0 0.70 0.62
HSL 69.71º 0.54% 0.25% -
HSV(B) 69.71º 0.7% 0.38% -
XYZ 8.33 10.62 2.77 -
YUV 85.96 95.86 128.03 -
System Red Green Blue C M Y K H S L
Decimal 86 97 29 0.11 0 0.70 0.62 69.71 0.54 0.25
Hex 56 61 1D B 0 46 3E 46 36 19
Octal 126 141 35 13 0 106 76 106 66 31
Binary 1010110 1100001 11101 1011 0 1000110 111110 1000110 110110 11001

Color Harmonies of #56611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56611D

Black with #56611D

Text Example


Text Example

White with #56611D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56611D; }

 p { color: rgb(86,97,29); }

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

background-color css

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

 a { background-color: rgb(86,97,29); }

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

border-color css

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

 span { border-color: rgb(86,97,29); }

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