#67706C

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

Shades of Sirocco #67706C

Tints of Sirocco #67706C

Color information

#67706C (or 0x67706C) is unknown color: approx Sirocco. HEX triplet: 67, 70 and 6C. RGB value is (103,112,108). Sum of RGB (Red+Green+Blue) = 103+112+108=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 112 - color contains mainly: green. Hex color #67706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67706C is #988F93. Grayscale: #6C6C6C. Windows color (decimal): -9998228 or 7106663. OLE color: 7106663.

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

Color convert

RGB103112108-
CMYK0.0800.040.56
HSL153.33º4.19%42.16%-
HSV(B)153.33º8.04%43.92%-
XYZ14.0915.5516.45-
YUV108.85127.52123.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.89%
GREEN value IS 112 (44.14% from 255) = 34.67%
BLUE value IS 108 (42.58% from 255) = 33.44%
R=31.89%
G=34.67%
B=33.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1031121080.0800.040.56153.334.1942.16
Hex67706C804389942a
Octal147160154100470231452
Binary1100111111000011011001000010011100010011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67706C; }

 p { color: rgb(103,112,108); }

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

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

 a { background-color: rgb(103,112,108); }

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

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

 span { border-color: rgb(103,112,108); }

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