#67796A

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

Shades of Sirocco #67796A

Tints of Sirocco #67796A

Color information

#67796A (or 0x67796A) is unknown color: approx Sirocco. HEX triplet: 67, 79 and 6A. RGB value is (103,121,106). Sum of RGB (Red+Green+Blue) = 103+121+106=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 121 - color contains mainly: green. Hex color #67796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67796A is #988695. Grayscale: #717171. Windows color (decimal): -9995926 or 6977895. OLE color: 6977895.

HSL color Cylindrical-coordinate representation of color #67796A: hue angle of 130º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #67796A is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB103121106-
CMYK0.1500.120.53
HSL130º8.04%43.92%-
HSV(B)130º14.88%47.45%-
XYZ15.0317.616.24-
YUV113.91123.54120.22-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.21%
GREEN value IS 121 (47.66% from 255) = 36.67%
BLUE value IS 106 (41.80% from 255) = 32.12%
R=31.21%
G=36.67%
B=32.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031211060.1500.120.531308.0443.92
Hex67796AF0C358282c
Octal14717115217014652021054
Binary110011111110011101010111101100110101100000101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67796A; }

 p { color: rgb(103,121,106); }

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

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

 a { background-color: rgb(103,121,106); }

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

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

 span { border-color: rgb(103,121,106); }

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