Html Css Color HEX #566328 Saratoga

📋 copy color: '#566328'

red 86 ◦ green 99 ◦ blue 40

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

Shades of Saratoga #566328

Tints of Saratoga #566328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.78%

R = 38.22%
G = 44%
B = 17.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#566328 (or 0x566328) is known color: Saratoga. HEX triplet: 56, 63 and 28. RGB value is (86,99,40). Sum of RGB (Red+Green+Blue) = 86+99+40=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 99 - color contains mainly: green. Hex color #566328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566328 is #A99CD7. Grayscale: #585858. Windows color (decimal): -11115736 or 2646870. OLE color: 2646870.

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

Color convert

RGB 86 99 40 -
CMYK 0.13 0 0.60 0.61
HSL 73.22º 0.42% 0.27% -
HSV(B) 73.22º 0.6% 0.39% -
XYZ 8.68 11.06 3.68 -
YUV 88.39 100.69 126.3 -
System Red Green Blue C M Y K H S L
Decimal 86 99 40 0.13 0 0.60 0.61 73.22 0.42 0.27
Hex 56 63 28 D 0 3C 3D 49 2A 1B
Octal 126 143 50 15 0 74 75 111 52 33
Binary 1010110 1100011 101000 1101 0 111100 111101 1001001 101010 11011

Color Harmonies of #566328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566328

Black with #566328

Text Example


Text Example

White with #566328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566328; }

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

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

background-color css

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

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

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

border-color css

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

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

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