Html Css Color HEX #664C5C Finn

📋 copy color: '#664C5C'

red 102 ◦ green 76 ◦ blue 92

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

Shades of Finn #664C5C

Tints of Finn #664C5C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.15%

 BLUE value IS 92 (36.33% from 255) = 34.07%

R = 37.78%
G = 28.15%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#664C5C (or 0x664C5C) is known color: Finn. HEX triplet: 66, 4C and 5C. RGB value is (102,76,92). Sum of RGB (Red+Green+Blue) = 102+76+92=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 102 - color contains mainly: red. Hex color #664C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664C5C is #99B3A3. Grayscale: #555555. Windows color (decimal): -10072996 or 6048870. OLE color: 6048870.

HSL color Cylindrical-coordinate representation of color #664C5C: hue angle of 323.08º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #664C5C is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 76 92 -
CMYK 0 0.25 0.10 0.6
HSL 323.08º 0.15% 0.35% -
HSV(B) 323.08º 0.25% 0.4% -
XYZ 10 8.77 11.29 -
YUV 85.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 102 76 92 0 0.25 0.10 0.6 323.08 0.15 0.35
Hex 66 4C 5C 0 19 A 3C 143 F 23
Octal 146 114 134 0 31 12 74 503 17 43
Binary 1100110 1001100 1011100 0 11001 1010 111100 101000011 1111 100011

Color Harmonies of #664C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664C5C

Black with #664C5C

Text Example


Text Example

White with #664C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664C5C; }

 p { color: rgb(102,76,92); }

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

background-color css

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

 a { background-color: rgb(102,76,92); }

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

border-color css

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

 span { border-color: rgb(102,76,92); }

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