#665E4B

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

Shades of Makara #665E4B

Tints of Makara #665E4B

Color information

#665E4B (or 0x665E4B) is unknown color: approx Makara. HEX triplet: 66, 5E and 4B. RGB value is (102,94,75). Sum of RGB (Red+Green+Blue) = 102+94+75=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 102 - color contains mainly: red. Hex color #665E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665E4B is #99A1B4. Grayscale: #5E5E5E. Windows color (decimal): -10068405 or 4939366. OLE color: 4939366.

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

Color convert

RGB1029475-
CMYK00.080.260.6
HSL42.22º15.25%34.71%-
HSV(B)42.22º26.47%40%-
XYZ10.7511.348.28-
YUV94.23117.15133.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.64%
GREEN value IS 94 (37.11% from 255) = 34.69%
BLUE value IS 75 (29.69% from 255) = 27.68%
R=37.64%
G=34.69%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102947500.080.260.642.2215.2534.71
Hex665E4B081A3C2af23
Octal1461361130103274521743
Binary11001101011110100101101000110101111001010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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