#61655F

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

Shades of Cactus #61655F

Tints of Cactus #61655F

Color information

#61655F (or 0x61655F) is unknown color: approx Cactus. HEX triplet: 61, 65 and 5F. RGB value is (97,101,95). Sum of RGB (Red+Green+Blue) = 97+101+95=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 101 - color contains mainly: green. Hex color #61655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61655F is #9E9AA0. Grayscale: #636363. Windows color (decimal): -10394273 or 6251873. OLE color: 6251873.

HSL color Cylindrical-coordinate representation of color #61655F: hue angle of 100º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #61655F is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB9710195-
CMYK0.0400.060.60
HSL100º3.06%38.43%-
HSV(B)100º5.94%39.61%-
XYZ11.6512.6712.66-
YUV99.12125.67126.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.11%
GREEN value IS 101 (39.84% from 255) = 34.47%
BLUE value IS 95 (37.5% from 255) = 32.42%
R=33.11%
G=34.47%
B=32.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97101950.0400.060.601003.0638.43
Hex61655F4063C64326
Octal14114513740674144346
Binary1100001110010110111111000110111100110010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,101,95); }

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

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

 a { background-color: rgb(97,101,95); }

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

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

 span { border-color: rgb(97,101,95); }

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