#63826B

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

Shades of Sirocco #63826B

Tints of Sirocco #63826B

Color information

#63826B (or 0x63826B) is unknown color: approx Sirocco. HEX triplet: 63, 82 and 6B. RGB value is (99,130,107). Sum of RGB (Red+Green+Blue) = 99+130+107=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 130 - color contains mainly: green. Hex color #63826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63826B is #9C7D94. Grayscale: #767676. Windows color (decimal): -10255765 or 7045731. OLE color: 7045731.

HSL color Cylindrical-coordinate representation of color #63826B: hue angle of 135.48º 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 #63826B is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB99130107-
CMYK0.2400.180.49
HSL135.48º13.54%44.9%-
HSV(B)135.48º23.85%50.98%-
XYZ15.7819.6816.88-
YUV118.11121.73114.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.46%
GREEN value IS 130 (51.17% from 255) = 38.69%
BLUE value IS 107 (42.19% from 255) = 31.85%
R=29.46%
G=38.69%
B=31.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991301070.2400.180.49135.4813.5444.9
Hex63826B180123187e2d
Octal14320215330022612071655
Binary110001110000010110101111000010010110001100001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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