#647168

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

Shades of Sirocco #647168

Tints of Sirocco #647168

Color information

#647168 (or 0x647168) is unknown color: approx Sirocco. HEX triplet: 64, 71 and 68. RGB value is (100,113,104). Sum of RGB (Red+Green+Blue) = 100+113+104=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 113 - color contains mainly: green. Hex color #647168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647168 is #9B8E97. Grayscale: #6C6C6C. Windows color (decimal): -10194584 or 6844772. OLE color: 6844772.

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

Color convert

RGB100113104-
CMYK0.1200.080.56
HSL138.46º6.1%41.76%-
HSV(B)138.46º11.5%44.31%-
XYZ13.6615.5215.37-
YUV108.09125.69122.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.55%
GREEN value IS 113 (44.53% from 255) = 35.65%
BLUE value IS 104 (41.02% from 255) = 32.81%
R=31.55%
G=35.65%
B=32.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1001131040.1200.080.56138.466.141.76
Hex647168C08388a62a
Octal1441611501401070212652
Binary11001001110001110100011000100011100010001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647168; }

 p { color: rgb(100,113,104); }

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

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

 a { background-color: rgb(100,113,104); }

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

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

 span { border-color: rgb(100,113,104); }

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