#675B4B

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

Shades of Makara #675B4B

Tints of Makara #675B4B

Color information

#675B4B (or 0x675B4B) is unknown color: approx Makara. HEX triplet: 67, 5B and 4B. RGB value is (103,91,75). Sum of RGB (Red+Green+Blue) = 103+91+75=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 103 - color contains mainly: red. Hex color #675B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675B4B is #98A4B4. Grayscale: #5C5C5C. Windows color (decimal): -10003637 or 4938599. OLE color: 4938599.

HSL color Cylindrical-coordinate representation of color #675B4B: hue angle of 34.29º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #675B4B is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB1039175-
CMYK00.120.270.60
HSL34.29º15.73%34.9%-
HSV(B)34.29º27.18%40.39%-
XYZ10.610.878.2-
YUV92.76117.98135.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.29%
GREEN value IS 91 (35.94% from 255) = 33.83%
BLUE value IS 75 (29.69% from 255) = 27.88%
R=38.29%
G=33.83%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103917500.120.270.6034.2915.7334.9
Hex675B4B0C1B3C221023
Octal1471331130143374422043
Binary110011110110111001011011001101111110010001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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