#6B5C50

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

Shades of Kabul #6B5C50

Tints of Kabul #6B5C50

Color information

#6B5C50 (or 0x6B5C50) is unknown color: approx Kabul. HEX triplet: 6B, 5C and 50. RGB value is (107,92,80). Sum of RGB (Red+Green+Blue) = 107+92+80=279 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.35% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5C50 is #94A3AF. Grayscale: #5F5F5F. Windows color (decimal): -9741232 or 5266539. OLE color: 5266539.

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

Color convert

RGB1079280-
CMYK00.140.250.58
HSL26.67º14.44%36.67%-
HSV(B)26.67º25.23%41.96%-
XYZ11.3411.369.18-
YUV95.12119.47136.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.35%
GREEN value IS 92 (36.33% from 255) = 32.97%
BLUE value IS 80 (31.64% from 255) = 28.67%
R=38.35%
G=32.97%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107928000.140.250.5826.6714.4436.67
Hex6B5C500E193A1be25
Octal1531341200163172331645
Binary1101011101110010100000111011001111010110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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