Html Css Color HEX #66425C Finn

📋 copy color: '#66425C'

red 102 ◦ green 66 ◦ blue 92

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

Shades of Finn #66425C

Tints of Finn #66425C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.38%

R = 39.23%
G = 25.38%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#66425C (or 0x66425C) is known color: Finn. HEX triplet: 66, 42 and 5C. RGB value is (102,66,92). Sum of RGB (Red+Green+Blue) = 102+66+92=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 102 - color contains mainly: red. Hex color #66425C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66425C is #99BDA3. Grayscale: #4F4F4F. Windows color (decimal): -10075556 or 6046310. OLE color: 6046310.

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

Color convert

RGB 102 66 92 -
CMYK 0 0.35 0.10 0.6
HSL 316.67º 0.21% 0.33% -
HSV(B) 316.67º 0.35% 0.4% -
XYZ 9.36 7.49 11.08 -
YUV 79.73 134.93 143.89 -
System Red Green Blue C M Y K H S L
Decimal 102 66 92 0 0.35 0.10 0.6 316.67 0.21 0.33
Hex 66 42 5C 0 23 A 3C 13D 15 21
Octal 146 102 134 0 43 12 74 475 25 41
Binary 1100110 1000010 1011100 0 100011 1010 111100 100111101 10101 100001

Color Harmonies of #66425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66425C

Black with #66425C

Text Example


Text Example

White with #66425C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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