#56694F

Color #56694F Cactus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cactus #56694F

Tints of Cactus #56694F

Color information

#56694F (or 0x56694F) is unknown color: approx Cactus. HEX triplet: 56, 69 and 4F. RGB value is (86,105,79). Sum of RGB (Red+Green+Blue) = 86+105+79=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 105 - color contains mainly: green. Hex color #56694F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56694F is #A996B0. Grayscale: #606060. Windows color (decimal): -11114161 or 5204310. OLE color: 5204310.

HSL color Cylindrical-coordinate representation of color #56694F: hue angle of 103.85º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #56694F is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB8610579-
CMYK0.1800.250.59
HSL103.85º14.13%36.08%-
HSV(B)103.85º24.76%41.18%-
XYZ10.312.659.3-
YUV96.35118.21120.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.85%
GREEN value IS 105 (41.41% from 255) = 38.89%
BLUE value IS 79 (31.25% from 255) = 29.26%
R=31.85%
G=38.89%
B=29.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86105790.1800.250.59103.8514.1336.08
Hex56694F120193B68e24
Octal12615111722031731501644
Binary1010110110100110011111001001100111101111010001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56694F; }

 p { color: rgb(86,105,79); }

 H1.HeaderClassName
 {
   color: #56694F;
 }
 .AnyTagClassName
 {
   color: #56694F;
 }
</style>
background-color css

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

 a { background-color: rgb(86,105,79); }

 div.DivClassName
 {
   background-color: #56694F;
 }
 .BgClassName
 {
   background-color: #56694F;
 }
</style>
border-color css

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

 span { border-color: rgb(86,105,79); }

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