#64826D

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

Shades of Sirocco #64826D

Tints of Sirocco #64826D

Color information

#64826D (or 0x64826D) is unknown color: approx Sirocco. HEX triplet: 64, 82 and 6D. RGB value is (100,130,109). Sum of RGB (Red+Green+Blue) = 100+130+109=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 130 - color contains mainly: green. Hex color #64826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64826D is #9B7D92. Grayscale: #767676. Windows color (decimal): -10190227 or 7176804. OLE color: 7176804.

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

Color convert

RGB100130109-
CMYK0.2300.160.49
HSL138º13.04%45.1%-
HSV(B)138º23.08%50.98%-
XYZ1619.7817.44-
YUV118.64122.56114.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.50%
GREEN value IS 130 (51.17% from 255) = 38.35%
BLUE value IS 109 (42.97% from 255) = 32.15%
R=29.50%
G=38.35%
B=32.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001301090.2300.160.4913813.0445.1
Hex64826D17010318ad2d
Octal14420215527020612121555
Binary110010010000010110110110111010000110001100010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64826D; }

 p { color: rgb(100,130,109); }

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

<style>
 a { background-color: #64826D; }

 a { background-color: rgb(100,130,109); }

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

<style>
 span { border-color: #64826D; }

 span { border-color: rgb(100,130,109); }

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