#665F54

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

Shades of Makara #665F54

Tints of Makara #665F54

Color information

#665F54 (or 0x665F54) is unknown color: approx Makara. HEX triplet: 66, 5F and 54. RGB value is (102,95,84). Sum of RGB (Red+Green+Blue) = 102+95+84=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 102 - color contains mainly: red. Hex color #665F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665F54 is #99A0AB. Grayscale: #5F5F5F. Windows color (decimal): -10068140 or 5529446. OLE color: 5529446.

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

Color convert

RGB1029584-
CMYK00.070.180.6
HSL36.67º9.68%36.47%-
HSV(B)36.67º17.65%40%-
XYZ11.1711.6510.05-
YUV95.84121.32132.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.30%
GREEN value IS 95 (37.5% from 255) = 33.81%
BLUE value IS 84 (33.20% from 255) = 29.89%
R=36.30%
G=33.81%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102958400.070.180.636.679.6836.47
Hex665F5407123C25a24
Octal146137124072274451244
Binary1100110101111110101000111100101111001001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,95,84); }

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

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

 a { background-color: rgb(102,95,84); }

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

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

 span { border-color: rgb(102,95,84); }

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