#648172

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

Shades of Sirocco #648172

Tints of Sirocco #648172

Color information

#648172 (or 0x648172) is unknown color: approx Sirocco. HEX triplet: 64, 81 and 72. RGB value is (100,129,114). Sum of RGB (Red+Green+Blue) = 100+129+114=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 129 - color contains mainly: green. Hex color #648172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648172 is #9B7E8D. Grayscale: #767676. Windows color (decimal): -10190478 or 7504228. OLE color: 7504228.

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

Color convert

RGB100129114-
CMYK0.2200.120.49
HSL148.97º12.66%44.9%-
HSV(B)148.97º22.48%50.59%-
XYZ16.1419.6218.86-
YUV118.62125.39114.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.15%
GREEN value IS 129 (50.78% from 255) = 37.61%
BLUE value IS 114 (44.92% from 255) = 33.24%
R=29.15%
G=37.61%
B=33.24%

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
Decimal1001291140.2200.120.49148.9712.6644.9
Hex648172160C3195d2d
Octal14420116226014612251555
Binary11001001000000111100101011001100110001100101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648172; }

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

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

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

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

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

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

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

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