Html Css Color HEX #666368 Scarpa Flow

📋 copy color: '#666368'

red 102 ◦ green 99 ◦ blue 104

#666368
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarpa Flow #666368

Tints of Scarpa Flow #666368

RGB

 RED value IS 102 (40.23% from 255) = 33.44%

 GREEN value IS 99 (39.06% from 255) = 32.46%

 BLUE value IS 104 (41.02% from 255) = 34.1%

R = 33.44%
G = 32.46%
B = 34.1%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#666368 (or 0x666368) is known color: Scarpa Flow. HEX triplet: 66, 63 and 68. RGB value is (102,99,104). Sum of RGB (Red+Green+Blue) = 102+99+104=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 104 - color contains mainly: blue. Hex color #666368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666368 is #999C97. Grayscale: #646464. Windows color (decimal): -10067096 or 6841190. OLE color: 6841190.

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

Color convert

RGB 102 99 104 -
CMYK 0.02 0.05 0 0.59
HSL 276º 0.02% 0.4% -
HSV(B) 276º 0.05% 0.41% -
XYZ 12.44 12.75 14.9 -
YUV 100.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 102 99 104 0.02 0.05 0 0.59 276 0.02 0.4
Hex 66 63 68 2 5 0 3B 114 2 28
Octal 146 143 150 2 5 0 73 424 2 50
Binary 1100110 1100011 1101000 10 101 0 111011 100010100 10 101000

Color Harmonies of #666368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666368

Black with #666368

Text Example


Text Example

White with #666368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666368; }

 p { color: rgb(102,99,104); }

 H1.HeaderClassName
 {
   color: #666368;
 }
 .AnyTagClassName
 {
   color: #666368;
 }
</style>

background-color css

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

 a { background-color: rgb(102,99,104); }

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

border-color css

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

 span { border-color: rgb(102,99,104); }

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