#695E55

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

Shades of Kabul #695E55

Tints of Kabul #695E55

Color information

#695E55 (or 0x695E55) is unknown color: approx Kabul. HEX triplet: 69, 5E and 55. RGB value is (105,94,85). Sum of RGB (Red+Green+Blue) = 105+94+85=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 105 - color contains mainly: red. Hex color #695E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695E55 is #96A1AA. Grayscale: #606060. Windows color (decimal): -9871787 or 5594729. OLE color: 5594729.

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

Color convert

RGB1059485-
CMYK00.100.190.59
HSL27º10.53%37.25%-
HSV(B)27º19.05%41.18%-
XYZ11.4711.6610.24-
YUV96.26121.64134.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 94 (37.11% from 255) = 33.10%
BLUE value IS 85 (33.59% from 255) = 29.93%
R=36.97%
G=33.10%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105948500.100.190.592710.5337.25
Hex695E550A133B1bb25
Octal1511361250122373331345
Binary1101001101111010101010101010011111011110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,94,85); }

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

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

 a { background-color: rgb(105,94,85); }

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

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

 span { border-color: rgb(105,94,85); }

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