#675B48

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

Shades of Makara #675B48

Tints of Makara #675B48

Color information

#675B48 (or 0x675B48) is unknown color: approx Makara. HEX triplet: 67, 5B and 48. RGB value is (103,91,72). Sum of RGB (Red+Green+Blue) = 103+91+72=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 103 - color contains mainly: red. Hex color #675B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675B48 is #98A4B7. Grayscale: #5C5C5C. Windows color (decimal): -10003640 or 4741991. OLE color: 4741991.

HSL color Cylindrical-coordinate representation of color #675B48: hue angle of 36.77º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #675B48 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB1039172-
CMYK00.120.300.60
HSL36.77º17.71%34.31%-
HSV(B)36.77º30.1%40.39%-
XYZ10.510.837.67-
YUV92.42116.48135.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.72%
GREEN value IS 91 (35.94% from 255) = 34.21%
BLUE value IS 72 (28.52% from 255) = 27.07%
R=38.72%
G=34.21%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103917200.120.300.6036.7717.7134.31
Hex675B480C1E3C251222
Octal1471331100143674452242
Binary110011110110111001000011001111011110010010110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,91,72); }

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

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

 a { background-color: rgb(103,91,72); }

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

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

 span { border-color: rgb(103,91,72); }

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