#665D4C

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

Shades of Makara #665D4C

Tints of Makara #665D4C

Color information

#665D4C (or 0x665D4C) is unknown color: approx Makara. HEX triplet: 66, 5D and 4C. RGB value is (102,93,76). Sum of RGB (Red+Green+Blue) = 102+93+76=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 102 - color contains mainly: red. Hex color #665D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665D4C is #99A2B3. Grayscale: #5D5D5D. Windows color (decimal): -10068660 or 5004646. OLE color: 5004646.

HSL color Cylindrical-coordinate representation of color #665D4C: hue angle of 39.23º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #665D4C is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1029376-
CMYK00.090.250.6
HSL39.23º14.61%34.9%-
HSV(B)39.23º25.49%40%-
XYZ10.711.188.43-
YUV93.75117.98133.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.64%
GREEN value IS 93 (36.72% from 255) = 34.32%
BLUE value IS 76 (30.08% from 255) = 28.04%
R=37.64%
G=34.32%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102937600.090.250.639.2314.6134.9
Hex665D4C09193C27f23
Octal1461351140113174471743
Binary11001101011101100110001001110011111001001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,93,76); }

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

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

 a { background-color: rgb(102,93,76); }

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

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

 span { border-color: rgb(102,93,76); }

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