Html Css Color HEX #663353 Finn

📋 copy color: '#663353'

red 102 ◦ green 51 ◦ blue 83

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

Shades of Finn #663353

Tints of Finn #663353

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.61%

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

R = 43.22%
G = 21.61%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.19

 K value IS 0.6

RGB Variations

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

Color information

#663353 (or 0x663353) is known color: Finn. HEX triplet: 66, 33 and 53. RGB value is (102,51,83). Sum of RGB (Red+Green+Blue) = 102+51+83=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #663353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663353 is #99CCAC. Grayscale: #454545. Windows color (decimal): -10079405 or 5452646. OLE color: 5452646.

HSL color Cylindrical-coordinate representation of color #663353: hue angle of 322.35º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #663353 is Cyan = 0, Magento = 0.5, Yellow = 0.19 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 51 83 -
CMYK 0 0.5 0.19 0.6
HSL 322.35º 0.33% 0.3% -
HSV(B) 322.35º 0.5% 0.4% -
XYZ 8.22 5.82 8.87 -
YUV 69.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 102 51 83 0 0.5 0.19 0.6 322.35 0.33 0.3
Hex 66 33 53 0 32 13 3C 142 21 1E
Octal 146 63 123 0 62 23 74 502 41 36
Binary 1100110 110011 1010011 0 110010 10011 111100 101000010 100001 11110

Color Harmonies of #663353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663353

Black with #663353

Text Example


Text Example

White with #663353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663353; }

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

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

background-color css

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

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

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

border-color css

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

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

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