Html Css Color HEX #66555C Finn

📋 copy color: '#66555C'

red 102 ◦ green 85 ◦ blue 92

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

Shades of Finn #66555C

Tints of Finn #66555C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.47%

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

R = 36.56%
G = 30.47%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#66555C (or 0x66555C) is known color: Finn. HEX triplet: 66, 55 and 5C. RGB value is (102,85,92). Sum of RGB (Red+Green+Blue) = 102+85+92=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 102 - color contains mainly: red. Hex color #66555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66555C is #99AAA3. Grayscale: #5A5A5A. Windows color (decimal): -10070692 or 6051174. OLE color: 6051174.

HSL color Cylindrical-coordinate representation of color #66555C: hue angle of 335.29º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #66555C is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 85 92 -
CMYK 0 0.17 0.10 0.6
HSL 335.29º 0.09% 0.37% -
HSV(B) 335.29º 0.17% 0.4% -
XYZ 10.66 10.09 11.51 -
YUV 90.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 102 85 92 0 0.17 0.10 0.6 335.29 0.09 0.37
Hex 66 55 5C 0 11 A 3C 14F 9 25
Octal 146 125 134 0 21 12 74 517 11 45
Binary 1100110 1010101 1011100 0 10001 1010 111100 101001111 1001 100101

Color Harmonies of #66555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66555C

Black with #66555C

Text Example


Text Example

White with #66555C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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