#656367

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

Shades of Scarpa Flow #656367

Tints of Scarpa Flow #656367

Color information

#656367 (or 0x656367) is unknown color: approx Scarpa Flow. HEX triplet: 65, 63 and 67. RGB value is (101,99,103). Sum of RGB (Red+Green+Blue) = 101+99+103=303 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.33% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 103 - color contains mainly: blue. Hex color #656367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656367 is #9A9C98. Grayscale: #646464. Windows color (decimal): -10132633 or 6775653. OLE color: 6775653.

HSL color Cylindrical-coordinate representation of color #656367: hue angle of 270º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #656367 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10199103-
CMYK0.020.0400.60
HSL270º1.98%39.61%-
HSV(B)270º3.88%40.39%-
XYZ12.2812.6714.63-
YUV100.05129.66128.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.33%
GREEN value IS 99 (39.06% from 255) = 32.67%
BLUE value IS 103 (40.62% from 255) = 33.99%
R=33.33%
G=32.67%
B=33.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101991030.020.0400.602701.9839.61
Hex6563672403C10e228
Octal14514314724074416250
Binary11001011100011110011110100011110010000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656367; }

 p { color: rgb(101,99,103); }

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

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

 a { background-color: rgb(101,99,103); }

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

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

 span { border-color: rgb(101,99,103); }

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