#6A5C50

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

Shades of Kabul #6A5C50

Tints of Kabul #6A5C50

Color information

#6A5C50 (or 0x6A5C50) is unknown color: approx Kabul. HEX triplet: 6A, 5C and 50. RGB value is (106,92,80). Sum of RGB (Red+Green+Blue) = 106+92+80=278 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.13% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5C50 is #95A3AF. Grayscale: #5E5E5E. Windows color (decimal): -9806768 or 5266538. OLE color: 5266538.

HSL color Cylindrical-coordinate representation of color #6A5C50: hue angle of 27.69º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A5C50 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB1069280-
CMYK00.130.250.58
HSL27.69º13.98%36.47%-
HSV(B)27.69º24.53%41.57%-
XYZ11.2211.39.18-
YUV94.82119.64135.98-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.13%
GREEN value IS 92 (36.33% from 255) = 33.09%
BLUE value IS 80 (31.64% from 255) = 28.78%
R=38.13%
G=33.09%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106928000.130.250.5827.6913.9836.47
Hex6A5C500D193A1ce24
Octal1521341200153172341644
Binary1101010101110010100000110111001111010111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A5C50; }

 p { color: rgb(106,92,80); }

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

<style>
 a { background-color: #6A5C50; }

 a { background-color: rgb(106,92,80); }

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

<style>
 span { border-color: #6A5C50; }

 span { border-color: rgb(106,92,80); }

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