#6C726D

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

Shades of Sirocco #6C726D

Tints of Sirocco #6C726D

Color information

#6C726D (or 0x6C726D) is unknown color: approx Sirocco. HEX triplet: 6C, 72 and 6D. RGB value is (108,114,109). Sum of RGB (Red+Green+Blue) = 108+114+109=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 114 - color contains mainly: green. Hex color #6C726D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C726D is #938D92. Grayscale: #6F6F6F. Windows color (decimal): -9670035 or 7172716. OLE color: 7172716.

HSL color Cylindrical-coordinate representation of color #6C726D: hue angle of 130º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6C726D is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB108114109-
CMYK0.0500.040.55
HSL130º2.7%43.53%-
HSV(B)130º5.26%44.71%-
XYZ14.9616.3316.83-
YUV111.64126.51125.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.63%
GREEN value IS 114 (44.92% from 255) = 34.44%
BLUE value IS 109 (42.97% from 255) = 32.93%
R=32.63%
G=34.44%
B=32.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1081141090.0500.040.551302.743.53
Hex6C726D504378232c
Octal15416215550467202354
Binary11011001110010110110110101001101111000001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C726D; }

 p { color: rgb(108,114,109); }

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

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

 a { background-color: rgb(108,114,109); }

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

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

 span { border-color: rgb(108,114,109); }

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