#675951

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

Shades of Kabul #675951

Tints of Kabul #675951

Color information

#675951 (or 0x675951) is unknown color: approx Kabul. HEX triplet: 67, 59 and 51. RGB value is (103,89,81). Sum of RGB (Red+Green+Blue) = 103+89+81=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 103 - color contains mainly: red. Hex color #675951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675951 is #98A6AE. Grayscale: #5C5C5C. Windows color (decimal): -10004143 or 5331303. OLE color: 5331303.

HSL color Cylindrical-coordinate representation of color #675951: hue angle of 21.82º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #675951 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB1038981-
CMYK00.140.210.60
HSL21.82º11.96%36.08%-
HSV(B)21.82º21.36%40.39%-
XYZ10.6510.629.27-
YUV92.27121.64135.65-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.73%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 81 (32.03% from 255) = 29.67%
R=37.73%
G=32.60%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103898100.140.210.6021.8211.9636.08
Hex6759510E153C16c24
Octal1471311210162574261444
Binary1100111101100110100010111010101111100101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675951; }

 p { color: rgb(103,89,81); }

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

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

 a { background-color: rgb(103,89,81); }

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

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

 span { border-color: rgb(103,89,81); }

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