Html Css Color HEX #664152 Finn

📋 copy color: '#664152'

red 102 ◦ green 65 ◦ blue 82

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

Shades of Finn #664152

Tints of Finn #664152

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.1%

 BLUE value IS 82 (32.42% from 255) = 32.93%

R = 40.96%
G = 26.1%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.6

RGB Variations

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

Color information

#664152 (or 0x664152) is known color: Finn. HEX triplet: 66, 41 and 52. RGB value is (102,65,82). Sum of RGB (Red+Green+Blue) = 102+65+82=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 102 - color contains mainly: red. Hex color #664152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664152 is #99BEAD. Grayscale: #4D4D4D. Windows color (decimal): -10075822 or 5390694. OLE color: 5390694.

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

Color convert

RGB 102 65 82 -
CMYK 0 0.36 0.20 0.6
HSL 332.43º 0.22% 0.33% -
HSV(B) 332.43º 0.36% 0.4% -
XYZ 8.89 7.21 8.91 -
YUV 78 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 102 65 82 0 0.36 0.20 0.6 332.43 0.22 0.33
Hex 66 41 52 0 24 14 3C 14C 16 21
Octal 146 101 122 0 44 24 74 514 26 41
Binary 1100110 1000001 1010010 0 100100 10100 111100 101001100 10110 100001

Color Harmonies of #664152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664152

Black with #664152

Text Example


Text Example

White with #664152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664152; }

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

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

background-color css

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

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

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

border-color css

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

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

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