#67616C

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

Shades of Scarpa Flow #67616C

Tints of Scarpa Flow #67616C

Color information

#67616C (or 0x67616C) is unknown color: approx Scarpa Flow. HEX triplet: 67, 61 and 6C. RGB value is (103,97,108). Sum of RGB (Red+Green+Blue) = 103+97+108=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 108 - color contains mainly: blue. Hex color #67616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67616C is #989E93. Grayscale: #646464. Windows color (decimal): -10002068 or 7102823. OLE color: 7102823.

HSL color Cylindrical-coordinate representation of color #67616C: hue angle of 272.73º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #67616C is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10397108-
CMYK0.050.1000.58
HSL272.73º5.37%40.2%-
HSV(B)272.73º10.19%42.35%-
XYZ12.5712.5215.94-
YUV100.05132.49130.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.44%
GREEN value IS 97 (38.28% from 255) = 31.49%
BLUE value IS 108 (42.58% from 255) = 35.06%
R=33.44%
G=31.49%
B=35.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103971080.050.1000.58272.735.3740.2
Hex67616C5A03A111528
Octal147141154512072421550
Binary11001111100001110110010110100111010100010001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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