#675C4D

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

Shades of Makara #675C4D

Tints of Makara #675C4D

Color information

#675C4D (or 0x675C4D) is unknown color: approx Makara. HEX triplet: 67, 5C and 4D. RGB value is (103,92,77). Sum of RGB (Red+Green+Blue) = 103+92+77=272 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.87% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 103 - color contains mainly: red. Hex color #675C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675C4D is #98A3B2. Grayscale: #5D5D5D. Windows color (decimal): -10003379 or 5069927. OLE color: 5069927.

HSL color Cylindrical-coordinate representation of color #675C4D: hue angle of 34.62º degrees, saturation: 0.14, 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 #675C4D is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB1039277-
CMYK00.110.250.60
HSL34.62º14.44%35.29%-
HSV(B)34.62º25.24%40.39%-
XYZ10.7611.078.59-
YUV93.58118.64134.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.87%
GREEN value IS 92 (36.33% from 255) = 33.82%
BLUE value IS 77 (30.47% from 255) = 28.31%
R=37.87%
G=33.82%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103927700.110.250.6034.6214.4435.29
Hex675C4D0B193C23e23
Octal1471341150133174431643
Binary11001111011100100110101011110011111001000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,92,77); }

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

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

 a { background-color: rgb(103,92,77); }

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

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

 span { border-color: rgb(103,92,77); }

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