#647068

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

Shades of Sirocco #647068

Tints of Sirocco #647068

Color information

#647068 (or 0x647068) is unknown color: approx Sirocco. HEX triplet: 64, 70 and 68. RGB value is (100,112,104). Sum of RGB (Red+Green+Blue) = 100+112+104=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 112 - color contains mainly: green. Hex color #647068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647068 is #9B8F97. Grayscale: #6B6B6B. Windows color (decimal): -10194840 or 6844516. OLE color: 6844516.

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

Color convert

RGB100112104-
CMYK0.1100.070.56
HSL140º5.66%41.57%-
HSV(B)140º10.71%43.92%-
XYZ13.5515.315.34-
YUV107.5126.02122.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.65%
GREEN value IS 112 (44.14% from 255) = 35.44%
BLUE value IS 104 (41.02% from 255) = 32.91%
R=31.65%
G=35.44%
B=32.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1001121040.1100.070.561405.6641.57
Hex647068B07388c62a
Octal144160150130770214652
Binary1100100111000011010001011011111100010001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647068; }

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

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

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

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

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

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

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

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