Html Css Color HEX #566325 Saratoga

📋 copy color: '#566325'

red 86 ◦ green 99 ◦ blue 37

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

Shades of Saratoga #566325

Tints of Saratoga #566325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.67%

R = 38.74%
G = 44.59%
B = 16.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#566325 (or 0x566325) is known color: Saratoga. HEX triplet: 56, 63 and 25. RGB value is (86,99,37). Sum of RGB (Red+Green+Blue) = 86+99+37=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 99 - color contains mainly: green. Hex color #566325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566325 is #A99CDA. Grayscale: #585858. Windows color (decimal): -11115739 or 2450262. OLE color: 2450262.

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

Color convert

RGB 86 99 37 -
CMYK 0.13 0 0.63 0.61
HSL 72.58º 0.46% 0.27% -
HSV(B) 72.58º 0.63% 0.39% -
XYZ 8.63 11.04 3.43 -
YUV 88.05 99.19 126.54 -
System Red Green Blue C M Y K H S L
Decimal 86 99 37 0.13 0 0.63 0.61 72.58 0.46 0.27
Hex 56 63 25 D 0 3F 3D 49 2E 1B
Octal 126 143 45 15 0 77 75 111 56 33
Binary 1010110 1100011 100101 1101 0 111111 111101 1001001 101110 11011

Color Harmonies of #566325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566325

Black with #566325

Text Example


Text Example

White with #566325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566325; }

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

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

background-color css

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

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

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

border-color css

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

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

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