#62826A

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

Shades of Sirocco #62826A

Tints of Sirocco #62826A

Color information

#62826A (or 0x62826A) is unknown color: approx Sirocco. HEX triplet: 62, 82 and 6A. RGB value is (98,130,106). Sum of RGB (Red+Green+Blue) = 98+130+106=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 130 - color contains mainly: green. Hex color #62826A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62826A is #9D7D95. Grayscale: #757575. Windows color (decimal): -10321302 or 6980194. OLE color: 6980194.

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

Color convert

RGB98130106-
CMYK0.2500.180.49
HSL135º14.04%44.71%-
HSV(B)135º24.62%50.98%-
XYZ15.6219.616.6-
YUV117.7121.4113.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.34%
GREEN value IS 130 (51.17% from 255) = 38.92%
BLUE value IS 106 (41.80% from 255) = 31.74%
R=29.34%
G=38.92%
B=31.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981301060.2500.180.4913514.0444.71
Hex62826A190123187e2d
Octal14220215231022612071655
Binary110001010000010110101011001010010110001100001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62826A; }

 p { color: rgb(98,130,106); }

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

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

 a { background-color: rgb(98,130,106); }

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

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

 span { border-color: rgb(98,130,106); }

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