Html Css Color HEX #663D59 Finn

📋 copy color: '#663D59'

red 102 ◦ green 61 ◦ blue 89

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

Shades of Finn #663D59

Tints of Finn #663D59

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.21%

 BLUE value IS 89 (35.16% from 255) = 35.32%

R = 40.48%
G = 24.21%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.6

RGB Variations

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

Color information

#663D59 (or 0x663D59) is known color: Finn. HEX triplet: 66, 3D and 59. RGB value is (102,61,89). Sum of RGB (Red+Green+Blue) = 102+61+89=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 102 - color contains mainly: red. Hex color #663D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663D59 is #99C2A6. Grayscale: #4C4C4C. Windows color (decimal): -10076839 or 5848422. OLE color: 5848422.

HSL color Cylindrical-coordinate representation of color #663D59: hue angle of 319.02º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #663D59 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 61 89 -
CMYK 0 0.40 0.13 0.6
HSL 319.02º 0.25% 0.32% -
HSV(B) 319.02º 0.4% 0.4% -
XYZ 8.95 6.88 10.31 -
YUV 76.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 102 61 89 0 0.40 0.13 0.6 319.02 0.25 0.32
Hex 66 3D 59 0 28 D 3C 13F 19 20
Octal 146 75 131 0 50 15 74 477 31 40
Binary 1100110 111101 1011001 0 101000 1101 111100 100111111 11001 100000

Color Harmonies of #663D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D59

Black with #663D59

Text Example


Text Example

White with #663D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663D59; }

 p { color: rgb(102,61,89); }

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

background-color css

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

 a { background-color: rgb(102,61,89); }

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

border-color css

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

 span { border-color: rgb(102,61,89); }

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