#665E4C

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

Shades of Makara #665E4C

Tints of Makara #665E4C

Color information

#665E4C (or 0x665E4C) is unknown color: approx Makara. HEX triplet: 66, 5E and 4C. RGB value is (102,94,76). Sum of RGB (Red+Green+Blue) = 102+94+76=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 102 - color contains mainly: red. Hex color #665E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665E4C is #99A1B3. Grayscale: #5E5E5E. Windows color (decimal): -10068404 or 5004902. OLE color: 5004902.

HSL color Cylindrical-coordinate representation of color #665E4C: hue angle of 41.54º 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 #665E4C is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1029476-
CMYK00.080.250.6
HSL41.54º14.61%34.9%-
HSV(B)41.54º25.49%40%-
XYZ10.7911.358.46-
YUV94.34117.65133.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.5%
GREEN value IS 94 (37.11% from 255) = 34.56%
BLUE value IS 76 (30.08% from 255) = 27.94%
R=37.5%
G=34.56%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102947600.080.250.641.5414.6134.9
Hex665E4C08193C2af23
Octal1461361140103174521743
Binary11001101011110100110001000110011111001010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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