#695C53

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

Shades of Kabul #695C53

Tints of Kabul #695C53

Color information

#695C53 (or 0x695C53) is unknown color: approx Kabul. HEX triplet: 69, 5C and 53. RGB value is (105,92,83). Sum of RGB (Red+Green+Blue) = 105+92+83=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 105 - color contains mainly: red. Hex color #695C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695C53 is #96A3AC. Grayscale: #5E5E5E. Windows color (decimal): -9872301 or 5463145. OLE color: 5463145.

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

Color convert

RGB1059283-
CMYK00.120.210.59
HSL24.55º11.7%36.86%-
HSV(B)24.55º20.95%41.18%-
XYZ11.2111.289.77-
YUV94.86121.31135.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.5%
GREEN value IS 92 (36.33% from 255) = 32.86%
BLUE value IS 83 (32.81% from 255) = 29.64%
R=37.5%
G=32.86%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105928300.120.210.5924.5511.736.86
Hex695C530C153B19c25
Octal1511341230142573311445
Binary1101001101110010100110110010101111011110011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,92,83); }

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

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

 a { background-color: rgb(105,92,83); }

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

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

 span { border-color: rgb(105,92,83); }

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