#657268

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

Shades of Sirocco #657268

Tints of Sirocco #657268

Color information

#657268 (or 0x657268) is unknown color: approx Sirocco. HEX triplet: 65, 72 and 68. RGB value is (101,114,104). Sum of RGB (Red+Green+Blue) = 101+114+104=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 114 - color contains mainly: green. Hex color #657268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657268 is #9A8D97. Grayscale: #6C6C6C. Windows color (decimal): -10128792 or 6845029. OLE color: 6845029.

HSL color Cylindrical-coordinate representation of color #657268: hue angle of 133.85º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #657268 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB101114104-
CMYK0.1100.090.55
HSL133.85º6.05%42.16%-
HSV(B)133.85º11.4%44.71%-
XYZ13.8815.815.41-
YUV108.97125.19122.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.66%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 104 (41.02% from 255) = 32.60%
R=31.66%
G=35.74%
B=32.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1011141040.1100.090.55133.856.0542.16
Hex657268B09378662a
Octal1451621501301167206652
Binary11001011110010110100010110100111011110000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657268; }

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

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

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

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

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

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

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

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