#677168

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

Shades of Sirocco #677168

Tints of Sirocco #677168

Color information

#677168 (or 0x677168) is unknown color: approx Sirocco. HEX triplet: 67, 71 and 68. RGB value is (103,113,104). Sum of RGB (Red+Green+Blue) = 103+113+104=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 113 - color contains mainly: green. Hex color #677168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677168 is #988E97. Grayscale: #6D6D6D. Windows color (decimal): -9997976 or 6844775. OLE color: 6844775.

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

Color convert

RGB103113104-
CMYK0.0900.080.56
HSL126º4.63%42.35%-
HSV(B)126º8.85%44.31%-
XYZ1415.6915.39-
YUV108.98125.19123.73-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.19%
GREEN value IS 113 (44.53% from 255) = 35.31%
BLUE value IS 104 (41.02% from 255) = 32.5%
R=32.19%
G=35.31%
B=32.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1031131040.0900.080.561264.6342.35
Hex677168908387e52a
Octal1471611501101070176552
Binary1100111111000111010001001010001110001111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677168; }

 p { color: rgb(103,113,104); }

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

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

 a { background-color: rgb(103,113,104); }

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

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

 span { border-color: rgb(103,113,104); }

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