#68726E

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

Shades of Sirocco #68726E

Tints of Sirocco #68726E

Color information

#68726E (or 0x68726E) is unknown color: approx Sirocco. HEX triplet: 68, 72 and 6E. RGB value is (104,114,110). Sum of RGB (Red+Green+Blue) = 104+114+110=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 114 - color contains mainly: green. Hex color #68726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68726E is #978D91. Grayscale: #6E6E6E. Windows color (decimal): -9932178 or 7238248. OLE color: 7238248.

HSL color Cylindrical-coordinate representation of color #68726E: hue angle of 156º 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 #68726E is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB104114110-
CMYK0.0900.040.55
HSL156º4.59%42.75%-
HSV(B)156º8.77%44.71%-
XYZ14.5416.117.09-
YUV110.55127.69123.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.71%
GREEN value IS 114 (44.92% from 255) = 34.76%
BLUE value IS 110 (43.36% from 255) = 33.54%
R=31.71%
G=34.76%
B=33.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1041141100.0900.040.551564.5942.75
Hex68726E904379c52b
Octal150162156110467234553
Binary1101000111001011011101001010011011110011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68726E; }

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

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

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

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

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

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

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

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