#64736C

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

Shades of Sirocco #64736C

Tints of Sirocco #64736C

Color information

#64736C (or 0x64736C) is unknown color: approx Sirocco. HEX triplet: 64, 73 and 6C. RGB value is (100,115,108). Sum of RGB (Red+Green+Blue) = 100+115+108=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 115 - color contains mainly: green. Hex color #64736C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64736C is #9B8C93. Grayscale: #6D6D6D. Windows color (decimal): -10194068 or 7107428. OLE color: 7107428.

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

Color convert

RGB100115108-
CMYK0.1300.060.55
HSL152º6.98%42.16%-
HSV(B)152º13.04%45.1%-
XYZ14.0916.0516.54-
YUV109.72127.03121.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.96%
GREEN value IS 115 (45.31% from 255) = 35.60%
BLUE value IS 108 (42.58% from 255) = 33.44%
R=30.96%
G=35.60%
B=33.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1001151080.1300.060.551526.9842.16
Hex64736CD06379872a
Octal144163154150667230752
Binary1100100111001111011001101011011011110011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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