#656F6A

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

Shades of Sirocco #656F6A

Tints of Sirocco #656F6A

Color information

#656F6A (or 0x656F6A) is unknown color: approx Sirocco. HEX triplet: 65, 6F and 6A. RGB value is (101,111,106). Sum of RGB (Red+Green+Blue) = 101+111+106=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 111 - color contains mainly: green. Hex color #656F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656F6A is #9A9095. Grayscale: #6B6B6B. Windows color (decimal): -10129558 or 6975333. OLE color: 6975333.

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

Color convert

RGB101111106-
CMYK0.0900.050.56
HSL150º4.72%41.57%-
HSV(B)150º9.01%43.53%-
XYZ13.6515.1815.85-
YUV107.44127.19123.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.76%
GREEN value IS 111 (43.75% from 255) = 34.91%
BLUE value IS 106 (41.80% from 255) = 33.33%
R=31.76%
G=34.91%
B=33.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1011111060.0900.050.561504.7241.57
Hex656F6A905389652a
Octal145157152110570226552
Binary1100101110111111010101001010111100010010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656F6A; }

 p { color: rgb(101,111,106); }

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

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

 a { background-color: rgb(101,111,106); }

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

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

 span { border-color: rgb(101,111,106); }

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