#687269

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

Shades of Sirocco #687269

Tints of Sirocco #687269

Color information

#687269 (or 0x687269) is unknown color: approx Sirocco. HEX triplet: 68, 72 and 69. RGB value is (104,114,105). Sum of RGB (Red+Green+Blue) = 104+114+105=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 114 - color contains mainly: green. Hex color #687269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687269 is #978D96. Grayscale: #6E6E6E. Windows color (decimal): -9932183 or 6910568. OLE color: 6910568.

HSL color Cylindrical-coordinate representation of color #687269: hue angle of 126º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #687269 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB104114105-
CMYK0.0900.080.55
HSL126º4.59%42.75%-
HSV(B)126º8.77%44.71%-
XYZ14.281615.7-
YUV109.98125.19123.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.20%
GREEN value IS 114 (44.92% from 255) = 35.29%
BLUE value IS 105 (41.41% from 255) = 32.51%
R=32.20%
G=35.29%
B=32.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1041141050.0900.080.551264.5942.75
Hex687269908377e52b
Octal1501621511101067176553
Binary1101000111001011010011001010001101111111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687269; }

 p { color: rgb(104,114,105); }

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

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

 a { background-color: rgb(104,114,105); }

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

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

 span { border-color: rgb(104,114,105); }

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