Html Css Color HEX #56886D Cutty Sark

📋 copy color: '#56886D'

red 86 ◦ green 136 ◦ blue 109

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

Shades of Cutty Sark #56886D

Tints of Cutty Sark #56886D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.09%

 BLUE value IS 109 (42.97% from 255) = 32.93%

R = 25.98%
G = 41.09%
B = 32.93%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#56886D (or 0x56886D) is known color: Cutty Sark. HEX triplet: 56, 88 and 6D. RGB value is (86,136,109). Sum of RGB (Red+Green+Blue) = 86+136+109=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 136 - color contains mainly: green. Hex color #56886D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56886D is #A97792. Grayscale: #767676. Windows color (decimal): -11106195 or 7178326. OLE color: 7178326.

HSL color Cylindrical-coordinate representation of color #56886D: hue angle of 147.6º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #56886D is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 136 109 -
CMYK 0.37 0 0.20 0.47
HSL 147.6º 0.23% 0.44% -
HSV(B) 147.6º 0.37% 0.53% -
XYZ 15.4 20.69 17.65 -
YUV 117.97 122.94 105.2 -
System Red Green Blue C M Y K H S L
Decimal 86 136 109 0.37 0 0.20 0.47 147.6 0.23 0.44
Hex 56 88 6D 25 0 14 2F 94 17 2C
Octal 126 210 155 45 0 24 57 224 27 54
Binary 1010110 10001000 1101101 100101 0 10100 101111 10010100 10111 101100

Color Harmonies of #56886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56886D

Black with #56886D

Text Example


Text Example

White with #56886D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,136,109); }

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

background-color css

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

 a { background-color: rgb(86,136,109); }

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

border-color css

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

 span { border-color: rgb(86,136,109); }

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