#647968

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

Shades of Sirocco #647968

Tints of Sirocco #647968

Color information

#647968 (or 0x647968) is unknown color: approx Sirocco. HEX triplet: 64, 79 and 68. RGB value is (100,121,104). Sum of RGB (Red+Green+Blue) = 100+121+104=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 121 - color contains mainly: green. Hex color #647968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647968 is #9B8697. Grayscale: #707070. Windows color (decimal): -10192536 or 6846820. OLE color: 6846820.

HSL color Cylindrical-coordinate representation of color #647968: hue angle of 131.43º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #647968 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB100121104-
CMYK0.1700.140.53
HSL131.43º9.5%43.33%-
HSV(B)131.43º17.36%47.45%-
XYZ14.5917.3815.68-
YUV112.78123.04118.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.77%
GREEN value IS 121 (47.66% from 255) = 37.23%
BLUE value IS 104 (41.02% from 255) = 32%
R=30.77%
G=37.23%
B=32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1001211040.1700.140.53131.439.543.33
Hex647968110E3583a2b
Octal14417115021016652031253
Binary1100100111100111010001000101110110101100000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647968; }

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

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

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

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

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

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

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

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