#6F6050

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

Shades of Kabul #6F6050

Tints of Kabul #6F6050

Color information

#6F6050 (or 0x6F6050) is unknown color: approx Kabul. HEX triplet: 6F, 60 and 50. RGB value is (111,96,80). Sum of RGB (Red+Green+Blue) = 111+96+80=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6050 is #909FAF. Grayscale: #626262. Windows color (decimal): -9478064 or 5267567. OLE color: 5267567.

HSL color Cylindrical-coordinate representation of color #6F6050: hue angle of 30.97º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F6050 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB1119680-
CMYK00.140.280.56
HSL30.97º16.23%37.45%-
HSV(B)30.97º27.93%43.53%-
XYZ12.1912.329.33-
YUV98.66117.47136.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.68%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 80 (31.64% from 255) = 27.87%
R=38.68%
G=33.45%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111968000.140.280.5630.9716.2337.45
Hex6F60500E1C381f1025
Octal1571401200163470372045
Binary11011111100000101000001110111001110001111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,96,80); }

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

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

 a { background-color: rgb(111,96,80); }

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

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

 span { border-color: rgb(111,96,80); }

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