#61685E

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

Shades of Cactus #61685E

Tints of Cactus #61685E

Color information

#61685E (or 0x61685E) is unknown color: approx Cactus. HEX triplet: 61, 68 and 5E. RGB value is (97,104,94). Sum of RGB (Red+Green+Blue) = 97+104+94=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 104 - color contains mainly: green. Hex color #61685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61685E is #9E97A1. Grayscale: #646464. Windows color (decimal): -10393506 or 6187105. OLE color: 6187105.

HSL color Cylindrical-coordinate representation of color #61685E: hue angle of 102º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #61685E is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB9710494-
CMYK0.0700.100.59
HSL102º5.05%38.82%-
HSV(B)102º9.62%40.78%-
XYZ11.913.2512.52-
YUV100.77124.18125.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.88%
GREEN value IS 104 (41.02% from 255) = 35.25%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=32.88%
G=35.25%
B=31.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97104940.0700.100.591025.0538.82
Hex61685E70A3B66527
Octal141150136701273146547
Binary110000111010001011110111010101110111100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61685E; }

 p { color: rgb(97,104,94); }

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

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

 a { background-color: rgb(97,104,94); }

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

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

 span { border-color: rgb(97,104,94); }

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