#695F4F

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

Shades of Makara #695F4F

Tints of Makara #695F4F

Color information

#695F4F (or 0x695F4F) is unknown color: approx Makara. HEX triplet: 69, 5F and 4F. RGB value is (105,95,79). Sum of RGB (Red+Green+Blue) = 105+95+79=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 105 - color contains mainly: red. Hex color #695F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695F4F is #96A0B0. Grayscale: #606060. Windows color (decimal): -9871537 or 5201769. OLE color: 5201769.

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

Color convert

RGB1059579-
CMYK00.100.250.59
HSL36.92º14.13%36.08%-
HSV(B)36.92º24.76%41.18%-
XYZ11.3311.759.07-
YUV96.17118.31134.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.63%
GREEN value IS 95 (37.5% from 255) = 34.05%
BLUE value IS 79 (31.25% from 255) = 28.32%
R=37.63%
G=34.05%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105957900.100.250.5936.9214.1336.08
Hex695F4F0A193B25e24
Octal1511371170123173451644
Binary11010011011111100111101010110011110111001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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