#64846F

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

Shades of Sirocco #64846F

Tints of Sirocco #64846F

Color information

#64846F (or 0x64846F) is unknown color: approx Sirocco. HEX triplet: 64, 84 and 6F. RGB value is (100,132,111). Sum of RGB (Red+Green+Blue) = 100+132+111=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 132 - color contains mainly: green. Hex color #64846F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64846F is #9B7B90. Grayscale: #787878. Windows color (decimal): -10189713 or 7308388. OLE color: 7308388.

HSL color Cylindrical-coordinate representation of color #64846F: hue angle of 140.62º 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 #64846F is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB100132111-
CMYK0.2400.160.48
HSL140.62º13.79%45.49%-
HSV(B)140.62º24.24%51.76%-
XYZ16.3820.3618.11-
YUV120.04122.9113.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.15%
GREEN value IS 132 (51.95% from 255) = 38.48%
BLUE value IS 111 (43.75% from 255) = 32.36%
R=29.15%
G=38.48%
B=32.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001321110.2400.160.48140.6213.7945.49
Hex64846F18010308de2d
Octal14420415730020602151655
Binary110010010000100110111111000010000110000100011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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