#665C48

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

Shades of Makara #665C48

Tints of Makara #665C48

Color information

#665C48 (or 0x665C48) is unknown color: approx Makara. HEX triplet: 66, 5C and 48. RGB value is (102,92,72). Sum of RGB (Red+Green+Blue) = 102+92+72=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #665C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665C48 is #99A3B7. Grayscale: #5C5C5C. Windows color (decimal): -10068920 or 4742246. OLE color: 4742246.

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

Color convert

RGB1029272-
CMYK00.100.290.6
HSL40º17.24%34.12%-
HSV(B)40º29.41%40%-
XYZ10.4810.957.69-
YUV92.71116.31134.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.35%
GREEN value IS 92 (36.33% from 255) = 34.59%
BLUE value IS 72 (28.52% from 255) = 27.07%
R=38.35%
G=34.59%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102927200.100.290.64017.2434.12
Hex665C480A1D3C281122
Octal1461341100123574502142
Binary110011010111001001000010101110111110010100010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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