#675F55

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

Shades of Makara #675F55

Tints of Makara #675F55

Color information

#675F55 (or 0x675F55) is unknown color: approx Makara. HEX triplet: 67, 5F and 55. RGB value is (103,95,85). Sum of RGB (Red+Green+Blue) = 103+95+85=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 103 - color contains mainly: red. Hex color #675F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675F55 is #98A0AA. Grayscale: #606060. Windows color (decimal): -10002603 or 5594983. OLE color: 5594983.

HSL color Cylindrical-coordinate representation of color #675F55: hue angle of 33.33º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #675F55 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB1039585-
CMYK00.080.170.60
HSL33.33º9.57%36.86%-
HSV(B)33.33º17.48%40.39%-
XYZ11.3311.7210.26-
YUV96.25121.65132.81-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.40%
GREEN value IS 95 (37.5% from 255) = 33.57%
BLUE value IS 85 (33.59% from 255) = 30.04%
R=36.40%
G=33.57%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103958500.080.170.6033.339.5736.86
Hex675F5508113C21a25
Octal1471371250102174411245
Binary11001111011111101010101000100011111001000011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675F55; }

 p { color: rgb(103,95,85); }

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

<style>
 a { background-color: #675F55; }

 a { background-color: rgb(103,95,85); }

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

<style>
 span { border-color: #675F55; }

 span { border-color: rgb(103,95,85); }

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