Html Css Color HEX #665258 Finn

📋 copy color: '#665258'

red 102 ◦ green 82 ◦ blue 88

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

Shades of Finn #665258

Tints of Finn #665258

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.15%

 BLUE value IS 88 (34.77% from 255) = 32.35%

R = 37.5%
G = 30.15%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.6

RGB Variations

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

Color information

#665258 (or 0x665258) is known color: Finn. HEX triplet: 66, 52 and 58. RGB value is (102,82,88). Sum of RGB (Red+Green+Blue) = 102+82+88=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 102 - color contains mainly: red. Hex color #665258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665258 is #99ADA7. Grayscale: #585858. Windows color (decimal): -10071464 or 5788262. OLE color: 5788262.

HSL color Cylindrical-coordinate representation of color #665258: hue angle of 342º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #665258 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 82 88 -
CMYK 0 0.20 0.14 0.6
HSL 342º 0.11% 0.36% -
HSV(B) 342º 0.2% 0.4% -
XYZ 10.26 9.56 10.54 -
YUV 88.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 102 82 88 0 0.20 0.14 0.6 342 0.11 0.36
Hex 66 52 58 0 14 E 3C 156 B 24
Octal 146 122 130 0 24 16 74 526 13 44
Binary 1100110 1010010 1011000 0 10100 1110 111100 101010110 1011 100100

Color Harmonies of #665258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665258

Black with #665258

Text Example


Text Example

White with #665258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665258; }

 p { color: rgb(102,82,88); }

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

background-color css

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

 a { background-color: rgb(102,82,88); }

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

border-color css

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

 span { border-color: rgb(102,82,88); }

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