#695F4D

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

Shades of Makara #695F4D

Tints of Makara #695F4D

Color information

#695F4D (or 0x695F4D) is unknown color: approx Makara. HEX triplet: 69, 5F and 4D. RGB value is (105,95,77). Sum of RGB (Red+Green+Blue) = 105+95+77=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 105 - color contains mainly: red. Hex color #695F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695F4D is #96A0B2. Grayscale: #606060. Windows color (decimal): -9871539 or 5070697. OLE color: 5070697.

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

Color convert

RGB1059577-
CMYK00.100.270.59
HSL38.57º15.38%35.69%-
HSV(B)38.57º26.67%41.18%-
XYZ11.2611.728.69-
YUV95.94117.31134.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.91%
GREEN value IS 95 (37.5% from 255) = 34.30%
BLUE value IS 77 (30.47% from 255) = 27.80%
R=37.91%
G=34.30%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105957700.100.270.5938.5715.3835.69
Hex695F4D0A1B3B27f24
Octal1511371150123373471744
Binary11010011011111100110101010110111110111001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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