Html Css Color HEX #566326 Saratoga

📋 copy color: '#566326'

red 86 ◦ green 99 ◦ blue 38

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

Shades of Saratoga #566326

Tints of Saratoga #566326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.04%

R = 38.57%
G = 44.39%
B = 17.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#566326 (or 0x566326) is known color: Saratoga. HEX triplet: 56, 63 and 26. RGB value is (86,99,38). Sum of RGB (Red+Green+Blue) = 86+99+38=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 38 (15.23% from 255 or 17.04% from 223); Max value from RGB is 99 - color contains mainly: green. Hex color #566326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566326 is #A99CD9. Grayscale: #585858. Windows color (decimal): -11115738 or 2515798. OLE color: 2515798.

HSL color Cylindrical-coordinate representation of color #566326: hue angle of 72.79º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #566326 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB 86 99 38 -
CMYK 0.13 0 0.62 0.61
HSL 72.79º 0.45% 0.27% -
HSV(B) 72.79º 0.62% 0.39% -
XYZ 8.65 11.04 3.51 -
YUV 88.16 99.69 126.46 -
System Red Green Blue C M Y K H S L
Decimal 86 99 38 0.13 0 0.62 0.61 72.79 0.45 0.27
Hex 56 63 26 D 0 3E 3D 49 2D 1B
Octal 126 143 46 15 0 76 75 111 55 33
Binary 1010110 1100011 100110 1101 0 111110 111101 1001001 101101 11011

Color Harmonies of #566326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566326

Black with #566326

Text Example


Text Example

White with #566326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566326; }

 p { color: rgb(86,99,38); }

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

background-color css

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

 a { background-color: rgb(86,99,38); }

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

border-color css

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

 span { border-color: rgb(86,99,38); }

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