#61826A

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

Shades of Sirocco #61826A

Tints of Sirocco #61826A

Color information

#61826A (or 0x61826A) is unknown color: approx Sirocco. HEX triplet: 61, 82 and 6A. RGB value is (97,130,106). Sum of RGB (Red+Green+Blue) = 97+130+106=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 130 - color contains mainly: green. Hex color #61826A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61826A is #9E7D95. Grayscale: #757575. Windows color (decimal): -10386838 or 6980193. OLE color: 6980193.

HSL color Cylindrical-coordinate representation of color #61826A: hue angle of 136.36º degrees, saturation: 0.15, 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 #61826A is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB97130106-
CMYK0.2500.180.49
HSL136.36º14.54%44.51%-
HSV(B)136.36º25.38%50.98%-
XYZ15.5119.5516.59-
YUV117.4121.57113.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.13%
GREEN value IS 130 (51.17% from 255) = 39.04%
BLUE value IS 106 (41.80% from 255) = 31.83%
R=29.13%
G=39.04%
B=31.83%

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
Decimal971301060.2500.180.49136.3614.5444.51
Hex61826A190123188f2d
Octal14120215231022612101755
Binary110000110000010110101011001010010110001100010001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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