#65615C

Color #65615C Makara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Makara #65615C

Tints of Makara #65615C

Color information

#65615C (or 0x65615C) is unknown color: approx Makara. HEX triplet: 65, 61 and 5C. RGB value is (101,97,92). Sum of RGB (Red+Green+Blue) = 101+97+92=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 101 - color contains mainly: red. Hex color #65615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65615C is #9A9EA3. Grayscale: #616161. Windows color (decimal): -10133156 or 6054245. OLE color: 6054245.

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

Color convert

RGB1019792-
CMYK00.040.090.60
HSL33.33º4.66%37.84%-
HSV(B)33.33º8.91%39.61%-
XYZ11.5712.0911.85-
YUV97.63124.83130.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.83%
GREEN value IS 97 (38.28% from 255) = 33.45%
BLUE value IS 92 (36.33% from 255) = 31.72%
R=34.83%
G=33.45%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101979200.040.090.6033.334.6637.84
Hex65615C0493C21526
Octal14514113404117441546
Binary11001011100001101110001001001111100100001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65615C; }

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

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

<style>
 a { background-color: #65615C; }

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

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

<style>
 span { border-color: #65615C; }

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

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