#695F52

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

Shades of Makara #695F52

Tints of Makara #695F52

Color information

#695F52 (or 0x695F52) is unknown color: approx Makara. HEX triplet: 69, 5F and 52. RGB value is (105,95,82). Sum of RGB (Red+Green+Blue) = 105+95+82=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 105 - color contains mainly: red. Hex color #695F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695F52 is #96A0AD. Grayscale: #606060. Windows color (decimal): -9871534 or 5398377. OLE color: 5398377.

HSL color Cylindrical-coordinate representation of color #695F52: hue angle of 33.91º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #695F52 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB1059582-
CMYK00.100.220.59
HSL33.91º12.3%36.67%-
HSV(B)33.91º21.9%41.18%-
XYZ11.4411.89.66-
YUV96.51119.81134.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.23%
GREEN value IS 95 (37.5% from 255) = 33.69%
BLUE value IS 82 (32.42% from 255) = 29.08%
R=37.23%
G=33.69%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105958200.100.220.5933.9112.336.67
Hex695F520A163B22c25
Octal1511371220122673421445
Binary11010011011111101001001010101101110111000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695F52; }

 p { color: rgb(105,95,82); }

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

<style>
 a { background-color: #695F52; }

 a { background-color: rgb(105,95,82); }

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

<style>
 span { border-color: #695F52; }

 span { border-color: rgb(105,95,82); }

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