#6F6051

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

Shades of Kabul #6F6051

Tints of Kabul #6F6051

Color information

#6F6051 (or 0x6F6051) is unknown color: approx Kabul. HEX triplet: 6F, 60 and 51. RGB value is (111,96,81). Sum of RGB (Red+Green+Blue) = 111+96+81=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6051 is #909FAE. Grayscale: #626262. Windows color (decimal): -9478063 or 5333103. OLE color: 5333103.

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

Color convert

RGB1119681-
CMYK00.140.270.56
HSL30º15.62%37.65%-
HSV(B)30º27.03%43.53%-
XYZ12.2212.349.52-
YUV98.78117.97136.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.54%
GREEN value IS 96 (37.89% from 255) = 33.33%
BLUE value IS 81 (32.03% from 255) = 28.12%
R=38.54%
G=33.33%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111968100.140.270.563015.6237.65
Hex6F60510E1B381e1026
Octal1571401210163370362046
Binary11011111100000101000101110110111110001111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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