#64726C

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

Shades of Sirocco #64726C

Tints of Sirocco #64726C

Color information

#64726C (or 0x64726C) is unknown color: approx Sirocco. HEX triplet: 64, 72 and 6C. RGB value is (100,114,108). Sum of RGB (Red+Green+Blue) = 100+114+108=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 114 - color contains mainly: green. Hex color #64726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64726C is #9B8D93. Grayscale: #6D6D6D. Windows color (decimal): -10194324 or 7107172. OLE color: 7107172.

HSL color Cylindrical-coordinate representation of color #64726C: hue angle of 154.29º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #64726C is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB100114108-
CMYK0.1200.050.55
HSL154.29º6.54%41.96%-
HSV(B)154.29º12.28%44.71%-
XYZ13.9815.8316.51-
YUV109.13127.36121.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.06%
GREEN value IS 114 (44.92% from 255) = 35.40%
BLUE value IS 108 (42.58% from 255) = 33.54%
R=31.06%
G=35.40%
B=33.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1001141080.1200.050.55154.296.5441.96
Hex64726CC05379a72a
Octal144162154140567232752
Binary1100100111001011011001100010111011110011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64726C; }

 p { color: rgb(100,114,108); }

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

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

 a { background-color: rgb(100,114,108); }

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

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

 span { border-color: rgb(100,114,108); }

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