Html Css Color HEX #664455 Finn

📋 copy color: '#664455'

red 102 ◦ green 68 ◦ blue 85

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

Shades of Finn #664455

Tints of Finn #664455

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.67%

 BLUE value IS 85 (33.59% from 255) = 33.33%

R = 40%
G = 26.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#664455 (or 0x664455) is known color: Finn. HEX triplet: 66, 44 and 55. RGB value is (102,68,85). Sum of RGB (Red+Green+Blue) = 102+68+85=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #664455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664455 is #99BBAA. Grayscale: #505050. Windows color (decimal): -10075051 or 5588070. OLE color: 5588070.

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

Color convert

RGB 102 68 85 -
CMYK 0 0.33 0.17 0.6
HSL 330º 0.2% 0.33% -
HSV(B) 330º 0.33% 0.4% -
XYZ 9.19 7.61 9.58 -
YUV 80.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 102 68 85 0 0.33 0.17 0.6 330 0.2 0.33
Hex 66 44 55 0 21 11 3C 14A 14 21
Octal 146 104 125 0 41 21 74 512 24 41
Binary 1100110 1000100 1010101 0 100001 10001 111100 101001010 10100 100001

Color Harmonies of #664455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664455

Black with #664455

Text Example


Text Example

White with #664455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664455; }

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

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

background-color css

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

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

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

border-color css

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

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

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