#61695D

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

Shades of Cactus #61695D

Tints of Cactus #61695D

Color information

#61695D (or 0x61695D) is unknown color: approx Cactus. HEX triplet: 61, 69 and 5D. RGB value is (97,105,93). Sum of RGB (Red+Green+Blue) = 97+105+93=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 105 - color contains mainly: green. Hex color #61695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61695D is #9E96A2. Grayscale: #656565. Windows color (decimal): -10393251 or 6121825. OLE color: 6121825.

HSL color Cylindrical-coordinate representation of color #61695D: hue angle of 100º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #61695D is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB9710593-
CMYK0.0800.110.59
HSL100º6.06%38.82%-
HSV(B)100º11.43%41.18%-
XYZ11.9613.4312.32-
YUV101.24123.35124.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.88%
GREEN value IS 105 (41.41% from 255) = 35.59%
BLUE value IS 93 (36.72% from 255) = 31.53%
R=32.88%
G=35.59%
B=31.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97105930.0800.110.591006.0638.82
Hex61695D80B3B64627
Octal1411511351001373144647
Binary1100001110100110111011000010111110111100100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,105,93); }

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

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

 a { background-color: rgb(97,105,93); }

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

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

 span { border-color: rgb(97,105,93); }

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