#657468

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

Shades of Sirocco #657468

Tints of Sirocco #657468

Color information

#657468 (or 0x657468) is unknown color: approx Sirocco. HEX triplet: 65, 74 and 68. RGB value is (101,116,104). Sum of RGB (Red+Green+Blue) = 101+116+104=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 116 - color contains mainly: green. Hex color #657468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657468 is #9A8B97. Grayscale: #6E6E6E. Windows color (decimal): -10128280 or 6845541. OLE color: 6845541.

HSL color Cylindrical-coordinate representation of color #657468: hue angle of 132º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #657468 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB101116104-
CMYK0.1300.100.55
HSL132º6.91%42.55%-
HSV(B)132º12.93%45.49%-
XYZ14.1116.2615.49-
YUV110.15124.53121.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.46%
GREEN value IS 116 (45.70% from 255) = 36.14%
BLUE value IS 104 (41.02% from 255) = 32.40%
R=31.46%
G=36.14%
B=32.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1011161040.1300.100.551326.9142.55
Hex657468D0A378472b
Octal1451641501501267204753
Binary11001011110100110100011010101011011110000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657468; }

 p { color: rgb(101,116,104); }

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

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

 a { background-color: rgb(101,116,104); }

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

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

 span { border-color: rgb(101,116,104); }

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