#677369

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

Shades of Sirocco #677369

Tints of Sirocco #677369

Color information

#677369 (or 0x677369) is unknown color: approx Sirocco. HEX triplet: 67, 73 and 69. RGB value is (103,115,105). Sum of RGB (Red+Green+Blue) = 103+115+105=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 115 - color contains mainly: green. Hex color #677369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677369 is #988C96. Grayscale: #6E6E6E. Windows color (decimal): -9997463 or 6910823. OLE color: 6910823.

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

Color convert

RGB103115105-
CMYK0.1000.090.55
HSL130º5.5%42.75%-
HSV(B)130º10.43%45.1%-
XYZ14.2716.1615.73-
YUV110.27125.02122.81-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.89%
GREEN value IS 115 (45.31% from 255) = 35.60%
BLUE value IS 105 (41.41% from 255) = 32.51%
R=31.89%
G=35.60%
B=32.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1031151050.1000.090.551305.542.75
Hex677369A09378262b
Octal1471631511201167202653
Binary11001111110011110100110100100111011110000010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677369; }

 p { color: rgb(103,115,105); }

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

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

 a { background-color: rgb(103,115,105); }

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

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

 span { border-color: rgb(103,115,105); }

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