#657069

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

Shades of Sirocco #657069

Tints of Sirocco #657069

Color information

#657069 (or 0x657069) is unknown color: approx Sirocco. HEX triplet: 65, 70 and 69. RGB value is (101,112,105). Sum of RGB (Red+Green+Blue) = 101+112+105=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 112 - color contains mainly: green. Hex color #657069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657069 is #9A8F96. Grayscale: #6B6B6B. Windows color (decimal): -10129303 or 6910053. OLE color: 6910053.

HSL color Cylindrical-coordinate representation of color #657069: hue angle of 141.82º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #657069 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB101112105-
CMYK0.1000.060.56
HSL141.82º5.16%41.76%-
HSV(B)141.82º9.82%43.92%-
XYZ13.7115.3715.61-
YUV107.91126.36123.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.76%
GREEN value IS 112 (44.14% from 255) = 35.22%
BLUE value IS 105 (41.41% from 255) = 33.02%
R=31.76%
G=35.22%
B=33.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1011121050.1000.060.56141.825.1641.76
Hex657069A06388e52a
Octal145160151120670216552
Binary1100101111000011010011010011011100010001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657069; }

 p { color: rgb(101,112,105); }

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

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

 a { background-color: rgb(101,112,105); }

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

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

 span { border-color: rgb(101,112,105); }

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