#638470

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

Shades of Sirocco #638470

Tints of Sirocco #638470

Color information

#638470 (or 0x638470) is unknown color: approx Sirocco. HEX triplet: 63, 84 and 70. RGB value is (99,132,112). Sum of RGB (Red+Green+Blue) = 99+132+112=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 132 - color contains mainly: green. Hex color #638470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638470 is #9C7B8F. Grayscale: #777777. Windows color (decimal): -10255248 or 7373923. OLE color: 7373923.

HSL color Cylindrical-coordinate representation of color #638470: hue angle of 143.64º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #638470 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB99132112-
CMYK0.2500.150.48
HSL143.64º14.29%45.29%-
HSV(B)143.64º25%51.76%-
XYZ16.3220.3318.39-
YUV119.85123.57113.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.86%
GREEN value IS 132 (51.95% from 255) = 38.48%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=28.86%
G=38.48%
B=32.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991321120.2500.150.48143.6414.2945.29
Hex638470190F3090e2d
Octal14320416031017602201655
Binary11000111000010011100001100101111110000100100001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638470; }

 p { color: rgb(99,132,112); }

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

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

 a { background-color: rgb(99,132,112); }

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

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

 span { border-color: rgb(99,132,112); }

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