Html Css Color HEX #66425A Finn

📋 copy color: '#66425A'

red 102 ◦ green 66 ◦ blue 90

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

Shades of Finn #66425A

Tints of Finn #66425A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.88%

R = 39.53%
G = 25.58%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#66425A (or 0x66425A) is known color: Finn. HEX triplet: 66, 42 and 5A. RGB value is (102,66,90). Sum of RGB (Red+Green+Blue) = 102+66+90=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 102 - color contains mainly: red. Hex color #66425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66425A is #99BDA5. Grayscale: #4F4F4F. Windows color (decimal): -10075558 or 5915238. OLE color: 5915238.

HSL color Cylindrical-coordinate representation of color #66425A: hue angle of 320º 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 #66425A is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 66 90 -
CMYK 0 0.35 0.12 0.6
HSL 320º 0.21% 0.33% -
HSV(B) 320º 0.35% 0.4% -
XYZ 9.27 7.46 10.62 -
YUV 79.5 133.93 144.05 -
System Red Green Blue C M Y K H S L
Decimal 102 66 90 0 0.35 0.12 0.6 320 0.21 0.33
Hex 66 42 5A 0 23 C 3C 140 15 21
Octal 146 102 132 0 43 14 74 500 25 41
Binary 1100110 1000010 1011010 0 100011 1100 111100 101000000 10101 100001

Color Harmonies of #66425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66425A

Black with #66425A

Text Example


Text Example

White with #66425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66425A; }

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

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

background-color css

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

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

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

border-color css

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

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

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