#61826B

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

Shades of Sirocco #61826B

Tints of Sirocco #61826B

Color information

#61826B (or 0x61826B) is unknown color: approx Sirocco. HEX triplet: 61, 82 and 6B. RGB value is (97,130,107). Sum of RGB (Red+Green+Blue) = 97+130+107=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 130 - color contains mainly: green. Hex color #61826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61826B is #9E7D94. Grayscale: #757575. Windows color (decimal): -10386837 or 7045729. OLE color: 7045729.

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

Color convert

RGB97130107-
CMYK0.2500.180.49
HSL138.18º14.54%44.51%-
HSV(B)138.18º25.38%50.98%-
XYZ15.5719.5716.87-
YUV117.51122.07113.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.04%
GREEN value IS 130 (51.17% from 255) = 38.92%
BLUE value IS 107 (42.19% from 255) = 32.04%
R=29.04%
G=38.92%
B=32.04%

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
Decimal971301070.2500.180.49138.1814.5444.51
Hex61826B19012318af2d
Octal14120215331022612121755
Binary110000110000010110101111001010010110001100010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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