Html Css Color HEX #66384F Finn

📋 copy color: '#66384F'

red 102 ◦ green 56 ◦ blue 79

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

Shades of Finn #66384F

Tints of Finn #66384F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.63%

 BLUE value IS 79 (31.25% from 255) = 33.33%

R = 43.04%
G = 23.63%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.6

RGB Variations

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

Color information

#66384F (or 0x66384F) is known color: Finn. HEX triplet: 66, 38 and 4F. RGB value is (102,56,79). Sum of RGB (Red+Green+Blue) = 102+56+79=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 102 - color contains mainly: red. Hex color #66384F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66384F is #99C7B0. Grayscale: #484848. Windows color (decimal): -10078129 or 5191782. OLE color: 5191782.

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

Color convert

RGB 102 56 79 -
CMYK 0 0.45 0.23 0.6
HSL 330º 0.29% 0.31% -
HSV(B) 330º 0.45% 0.4% -
XYZ 8.3 6.22 8.16 -
YUV 72.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 102 56 79 0 0.45 0.23 0.6 330 0.29 0.31
Hex 66 38 4F 0 2D 17 3C 14A 1D 1F
Octal 146 70 117 0 55 27 74 512 35 37
Binary 1100110 111000 1001111 0 101101 10111 111100 101001010 11101 11111

Color Harmonies of #66384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66384F

Black with #66384F

Text Example


Text Example

White with #66384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66384F; }

 p { color: rgb(102,56,79); }

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

background-color css

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

 a { background-color: rgb(102,56,79); }

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

border-color css

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

 span { border-color: rgb(102,56,79); }

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