Html Css Color HEX #664256 Finn

📋 copy color: '#664256'

red 102 ◦ green 66 ◦ blue 86

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

Shades of Finn #664256

Tints of Finn #664256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.98%

 BLUE value IS 86 (33.98% from 255) = 33.86%

R = 40.16%
G = 25.98%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.6

RGB Variations

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

Color information

#664256 (or 0x664256) is known color: Finn. HEX triplet: 66, 42 and 56. RGB value is (102,66,86). Sum of RGB (Red+Green+Blue) = 102+66+86=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #664256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664256 is #99BDA9. Grayscale: #4F4F4F. Windows color (decimal): -10075562 or 5653094. OLE color: 5653094.

HSL color Cylindrical-coordinate representation of color #664256: hue angle of 326.67º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #664256 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 66 86 -
CMYK 0 0.35 0.16 0.6
HSL 326.67º 0.21% 0.33% -
HSV(B) 326.67º 0.35% 0.4% -
XYZ 9.11 7.39 9.75 -
YUV 79.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 102 66 86 0 0.35 0.16 0.6 326.67 0.21 0.33
Hex 66 42 56 0 23 10 3C 147 15 21
Octal 146 102 126 0 43 20 74 507 25 41
Binary 1100110 1000010 1010110 0 100011 10000 111100 101000111 10101 100001

Color Harmonies of #664256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664256

Black with #664256

Text Example


Text Example

White with #664256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664256; }

 p { color: rgb(102,66,86); }

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

background-color css

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

 a { background-color: rgb(102,66,86); }

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

border-color css

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

 span { border-color: rgb(102,66,86); }

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