#6B6158

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

Shades of Kabul #6B6158

Tints of Kabul #6B6158

Color information

#6B6158 (or 0x6B6158) is unknown color: approx Kabul. HEX triplet: 6B, 61 and 58. RGB value is (107,97,88). Sum of RGB (Red+Green+Blue) = 107+97+88=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6158 is #949EA7. Grayscale: #636363. Windows color (decimal): -9739944 or 5792107. OLE color: 5792107.

HSL color Cylindrical-coordinate representation of color #6B6158: hue angle of 28.42º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B6158 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB1079788-
CMYK00.090.180.58
HSL28.42º9.74%38.24%-
HSV(B)28.42º17.76%41.96%-
XYZ12.112.3810.98-
YUV98.96121.81133.73-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.64%
GREEN value IS 97 (38.28% from 255) = 33.22%
BLUE value IS 88 (34.77% from 255) = 30.14%
R=36.64%
G=33.22%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107978800.090.180.5828.429.7438.24
Hex6B615809123A1ca26
Octal1531411300112272341246
Binary1101011110000110110000100110010111010111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,97,88); }

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

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

 a { background-color: rgb(107,97,88); }

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

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

 span { border-color: rgb(107,97,88); }

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