Html Css Color HEX #663953 Finn

📋 copy color: '#663953'

red 102 ◦ green 57 ◦ blue 83

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

Shades of Finn #663953

Tints of Finn #663953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.3%

R = 42.15%
G = 23.55%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.6

RGB Variations

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

Color information

#663953 (or 0x663953) is known color: Finn. HEX triplet: 66, 39 and 53. RGB value is (102,57,83). Sum of RGB (Red+Green+Blue) = 102+57+83=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 102 - color contains mainly: red. Hex color #663953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663953 is #99C6AC. Grayscale: #494949. Windows color (decimal): -10077869 or 5454182. OLE color: 5454182.

HSL color Cylindrical-coordinate representation of color #663953: hue angle of 325.33º 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 #663953 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 57 83 -
CMYK 0 0.44 0.19 0.6
HSL 325.33º 0.28% 0.31% -
HSV(B) 325.33º 0.44% 0.4% -
XYZ 8.5 6.38 8.97 -
YUV 73.42 133.41 148.39 -
System Red Green Blue C M Y K H S L
Decimal 102 57 83 0 0.44 0.19 0.6 325.33 0.28 0.31
Hex 66 39 53 0 2C 13 3C 145 1C 1F
Octal 146 71 123 0 54 23 74 505 34 37
Binary 1100110 111001 1010011 0 101100 10011 111100 101000101 11100 11111

Color Harmonies of #663953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663953

Black with #663953

Text Example


Text Example

White with #663953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663953; }

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

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

background-color css

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

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

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

border-color css

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

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

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