#665C51

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

Shades of Makara #665C51

Tints of Makara #665C51

Color information

#665C51 (or 0x665C51) is unknown color: approx Makara. HEX triplet: 66, 5C and 51. RGB value is (102,92,81). Sum of RGB (Red+Green+Blue) = 102+92+81=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 102 - color contains mainly: red. Hex color #665C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C51 is #99A3AE. Grayscale: #5D5D5D. Windows color (decimal): -10068911 or 5332070. OLE color: 5332070.

HSL color Cylindrical-coordinate representation of color #665C51: hue angle of 31.43º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #665C51 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.6.

Color convert

RGB1029281-
CMYK00.100.210.6
HSL31.43º11.48%35.88%-
HSV(B)31.43º20.59%40%-
XYZ10.7911.079.35-
YUV93.74120.81133.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.09%
GREEN value IS 92 (36.33% from 255) = 33.45%
BLUE value IS 81 (32.03% from 255) = 29.45%
R=37.09%
G=33.45%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102928100.100.210.631.4311.4835.88
Hex665C510A153C1fb24
Octal1461341210122574371344
Binary1100110101110010100010101010101111100111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665C51; }

 p { color: rgb(102,92,81); }

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

<style>
 a { background-color: #665C51; }

 a { background-color: rgb(102,92,81); }

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

<style>
 span { border-color: #665C51; }

 span { border-color: rgb(102,92,81); }

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