Html Css Color HEX #663957 Finn

📋 copy color: '#663957'

red 102 ◦ green 57 ◦ blue 87

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

Shades of Finn #663957

Tints of Finn #663957

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.17%

 BLUE value IS 87 (34.38% from 255) = 35.37%

R = 41.46%
G = 23.17%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.6

RGB Variations

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

Color information

#663957 (or 0x663957) is known color: Finn. HEX triplet: 66, 39 and 57. RGB value is (102,57,87). Sum of RGB (Red+Green+Blue) = 102+57+87=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 87 (34.38% from 255 or 35.37% from 246); Max value from RGB is 102 - color contains mainly: red. Hex color #663957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663957 is #99C6A8. Grayscale: #494949. Windows color (decimal): -10077865 or 5716326. OLE color: 5716326.

HSL color Cylindrical-coordinate representation of color #663957: hue angle of 320º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #663957 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 57 87 -
CMYK 0 0.44 0.15 0.6
HSL 320º 0.28% 0.31% -
HSV(B) 320º 0.44% 0.4% -
XYZ 8.66 6.44 9.8 -
YUV 73.88 135.41 148.06 -
System Red Green Blue C M Y K H S L
Decimal 102 57 87 0 0.44 0.15 0.6 320 0.28 0.31
Hex 66 39 57 0 2C F 3C 140 1C 1F
Octal 146 71 127 0 54 17 74 500 34 37
Binary 1100110 111001 1010111 0 101100 1111 111100 101000000 11100 11111

Color Harmonies of #663957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663957

Black with #663957

Text Example


Text Example

White with #663957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663957; }

 p { color: rgb(102,57,87); }

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

background-color css

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

 a { background-color: rgb(102,57,87); }

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

border-color css

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

 span { border-color: rgb(102,57,87); }

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