#648171

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

Shades of Sirocco #648171

Tints of Sirocco #648171

Color information

#648171 (or 0x648171) is unknown color: approx Sirocco. HEX triplet: 64, 81 and 71. RGB value is (100,129,113). Sum of RGB (Red+Green+Blue) = 100+129+113=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 129 - color contains mainly: green. Hex color #648171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648171 is #9B7E8E. Grayscale: #767676. Windows color (decimal): -10190479 or 7438692. OLE color: 7438692.

HSL color Cylindrical-coordinate representation of color #648171: hue angle of 146.9º 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 #648171 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB100129113-
CMYK0.2200.120.49
HSL146.9º12.66%44.9%-
HSV(B)146.9º22.48%50.59%-
XYZ16.0919.618.56-
YUV118.5124.89114.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.24%
GREEN value IS 129 (50.78% from 255) = 37.72%
BLUE value IS 113 (44.53% from 255) = 33.04%
R=29.24%
G=37.72%
B=33.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001291130.2200.120.49146.912.6644.9
Hex648171160C3193d2d
Octal14420116126014612231555
Binary11001001000000111100011011001100110001100100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648171; }

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

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

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

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

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

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

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

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