#607969

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

Shades of Sirocco #607969

Tints of Sirocco #607969

Color information

#607969 (or 0x607969) is unknown color: approx Sirocco. HEX triplet: 60, 79 and 69. RGB value is (96,121,105). Sum of RGB (Red+Green+Blue) = 96+121+105=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 121 - color contains mainly: green. Hex color #607969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607969 is #9F8696. Grayscale: #6F6F6F. Windows color (decimal): -10454679 or 6912352. OLE color: 6912352.

HSL color Cylindrical-coordinate representation of color #607969: hue angle of 141.6º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #607969 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB96121105-
CMYK0.2100.130.53
HSL141.6º11.52%42.55%-
HSV(B)141.6º20.66%47.45%-
XYZ14.2117.1815.93-
YUV111.7124.22116.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.81%
GREEN value IS 121 (47.66% from 255) = 37.58%
BLUE value IS 105 (41.41% from 255) = 32.61%
R=29.81%
G=37.58%
B=32.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal961211050.2100.130.53141.611.5242.55
Hex607969150D358ec2b
Octal14017115125015652161453
Binary1100000111100111010011010101101110101100011101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607969; }

 p { color: rgb(96,121,105); }

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

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

 a { background-color: rgb(96,121,105); }

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

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

 span { border-color: rgb(96,121,105); }

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