#63826F

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

Shades of Sirocco #63826F

Tints of Sirocco #63826F

Color information

#63826F (or 0x63826F) is unknown color: approx Sirocco. HEX triplet: 63, 82 and 6F. RGB value is (99,130,111). Sum of RGB (Red+Green+Blue) = 99+130+111=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 130 - color contains mainly: green. Hex color #63826F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63826F is #9C7D90. Grayscale: #767676. Windows color (decimal): -10255761 or 7307875. OLE color: 7307875.

HSL color Cylindrical-coordinate representation of color #63826F: hue angle of 143.23º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #63826F is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB99130111-
CMYK0.2400.150.49
HSL143.23º13.54%44.9%-
HSV(B)143.23º23.85%50.98%-
XYZ1619.7718.01-
YUV118.56123.73114.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.12%
GREEN value IS 130 (51.17% from 255) = 38.24%
BLUE value IS 111 (43.75% from 255) = 32.65%
R=29.12%
G=38.24%
B=32.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991301110.2400.150.49143.2313.5444.9
Hex63826F180F318fe2d
Octal14320215730017612171655
Binary11000111000001011011111100001111110001100011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63826F; }

 p { color: rgb(99,130,111); }

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

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

 a { background-color: rgb(99,130,111); }

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

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

 span { border-color: rgb(99,130,111); }

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