#675A50

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

Shades of Kabul #675A50

Tints of Kabul #675A50

Color information

#675A50 (or 0x675A50) is unknown color: approx Kabul. HEX triplet: 67, 5A and 50. RGB value is (103,90,80). Sum of RGB (Red+Green+Blue) = 103+90+80=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 103 - color contains mainly: red. Hex color #675A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675A50 is #98A5AF. Grayscale: #5C5C5C. Windows color (decimal): -10003888 or 5266023. OLE color: 5266023.

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

Color convert

RGB1039080-
CMYK00.130.220.60
HSL26.09º12.57%35.88%-
HSV(B)26.09º22.33%40.39%-
XYZ10.710.789.11-
YUV92.75120.81135.31-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.73%
GREEN value IS 90 (35.55% from 255) = 32.97%
BLUE value IS 80 (31.64% from 255) = 29.30%
R=37.73%
G=32.97%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103908000.130.220.6026.0912.5735.88
Hex675A500D163C1ad24
Octal1471321200152674321544
Binary1100111101101010100000110110110111100110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675A50; }

 p { color: rgb(103,90,80); }

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

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

 a { background-color: rgb(103,90,80); }

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

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

 span { border-color: rgb(103,90,80); }

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