Html Css Color HEX #566231 Saratoga

📋 copy color: '#566231'

red 86 ◦ green 98 ◦ blue 49

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

Shades of Saratoga #566231

Tints of Saratoga #566231

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.06%

 BLUE value IS 49 (19.53% from 255) = 21.03%

R = 36.91%
G = 42.06%
B = 21.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.5

 K value IS 0.62

RGB Variations

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

Color information

#566231 (or 0x566231) is known color: Saratoga. HEX triplet: 56, 62 and 31. RGB value is (86,98,49). Sum of RGB (Red+Green+Blue) = 86+98+49=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 98 - color contains mainly: green. Hex color #566231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566231 is #A99DCE. Grayscale: #595959. Windows color (decimal): -11115983 or 3236438. OLE color: 3236438.

HSL color Cylindrical-coordinate representation of color #566231: hue angle of 74.69º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #566231 is Cyan = 0.12, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 98 49 -
CMYK 0.12 0 0.5 0.62
HSL 74.69º 0.33% 0.29% -
HSV(B) 74.69º 0.5% 0.38% -
XYZ 8.76 10.94 4.55 -
YUV 88.83 105.52 125.98 -
System Red Green Blue C M Y K H S L
Decimal 86 98 49 0.12 0 0.5 0.62 74.69 0.33 0.29
Hex 56 62 31 C 0 32 3E 4B 21 1D
Octal 126 142 61 14 0 62 76 113 41 35
Binary 1010110 1100010 110001 1100 0 110010 111110 1001011 100001 11101

Color Harmonies of #566231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566231

Black with #566231

Text Example


Text Example

White with #566231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566231; }

 p { color: rgb(86,98,49); }

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

background-color css

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

 a { background-color: rgb(86,98,49); }

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

border-color css

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

 span { border-color: rgb(86,98,49); }

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