#64816C

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

Shades of Sirocco #64816C

Tints of Sirocco #64816C

Color information

#64816C (or 0x64816C) is unknown color: approx Sirocco. HEX triplet: 64, 81 and 6C. RGB value is (100,129,108). Sum of RGB (Red+Green+Blue) = 100+129+108=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 129 - color contains mainly: green. Hex color #64816C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64816C is #9B7E93. Grayscale: #757575. Windows color (decimal): -10190484 or 7111012. OLE color: 7111012.

HSL color Cylindrical-coordinate representation of color #64816C: hue angle of 136.55º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #64816C is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB100129108-
CMYK0.2200.160.49
HSL136.55º12.66%44.9%-
HSV(B)136.55º22.48%50.59%-
XYZ15.8119.4917.12-
YUV117.93122.39115.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.67%
GREEN value IS 129 (50.78% from 255) = 38.28%
BLUE value IS 108 (42.58% from 255) = 32.05%
R=29.67%
G=38.28%
B=32.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001291080.2200.160.49136.5512.6644.9
Hex64816C160103189d2d
Octal14420115426020612111555
Binary110010010000001110110010110010000110001100010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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