#64846E

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

Shades of Sirocco #64846E

Tints of Sirocco #64846E

Color information

#64846E (or 0x64846E) is unknown color: approx Sirocco. HEX triplet: 64, 84 and 6E. RGB value is (100,132,110). Sum of RGB (Red+Green+Blue) = 100+132+110=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 132 - color contains mainly: green. Hex color #64846E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64846E is #9B7B91. Grayscale: #777777. Windows color (decimal): -10189714 or 7242852. OLE color: 7242852.

HSL color Cylindrical-coordinate representation of color #64846E: hue angle of 138.75º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #64846E is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB100132110-
CMYK0.2400.170.48
HSL138.75º13.79%45.49%-
HSV(B)138.75º24.24%51.76%-
XYZ16.3220.3417.82-
YUV119.92122.4113.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.24%
GREEN value IS 132 (51.95% from 255) = 38.60%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=29.24%
G=38.60%
B=32.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001321100.2400.170.48138.7513.7945.49
Hex64846E18011308be2d
Octal14420415630021602131655
Binary110010010000100110111011000010001110000100010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64846E; }

 p { color: rgb(100,132,110); }

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

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

 a { background-color: rgb(100,132,110); }

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

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

 span { border-color: rgb(100,132,110); }

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