Html Css Color HEX #66636A Scarpa Flow

📋 copy color: '#66636A'

red 102 ◦ green 99 ◦ blue 106

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

Shades of Scarpa Flow #66636A

Tints of Scarpa Flow #66636A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.53%

R = 33.22%
G = 32.25%
B = 34.53%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#66636A (or 0x66636A) is known color: Scarpa Flow. HEX triplet: 66, 63 and 6A. RGB value is (102,99,106). Sum of RGB (Red+Green+Blue) = 102+99+106=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 106 - color contains mainly: blue. Hex color #66636A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66636A is #999C95. Grayscale: #646464. Windows color (decimal): -10067094 or 6972262. OLE color: 6972262.

HSL color Cylindrical-coordinate representation of color #66636A: hue angle of 265.71º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #66636A is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 102 99 106 -
CMYK 0.04 0.07 0 0.58
HSL 265.71º 0.03% 0.4% -
HSV(B) 265.71º 0.07% 0.42% -
XYZ 12.54 12.79 15.44 -
YUV 100.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 102 99 106 0.04 0.07 0 0.58 265.71 0.03 0.4
Hex 66 63 6A 4 7 0 3A 10A 3 28
Octal 146 143 152 4 7 0 72 412 3 50
Binary 1100110 1100011 1101010 100 111 0 111010 100001010 11 101000

Color Harmonies of #66636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66636A

Black with #66636A

Text Example


Text Example

White with #66636A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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