Html Css Color HEX #663352 Finn

📋 copy color: '#663352'

red 102 ◦ green 51 ◦ blue 82

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

Shades of Finn #663352

Tints of Finn #663352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 34.89%

R = 43.4%
G = 21.7%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.20

 K value IS 0.6

RGB Variations

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

Color information

#663352 (or 0x663352) is known color: Finn. HEX triplet: 66, 33 and 52. RGB value is (102,51,82). Sum of RGB (Red+Green+Blue) = 102+51+82=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #663352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663352 is #99CCAD. Grayscale: #454545. Windows color (decimal): -10079406 or 5387110. OLE color: 5387110.

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

Color convert

RGB 102 51 82 -
CMYK 0 0.5 0.20 0.6
HSL 323.53º 0.33% 0.3% -
HSV(B) 323.53º 0.5% 0.4% -
XYZ 8.19 5.8 8.67 -
YUV 69.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 102 51 82 0 0.5 0.20 0.6 323.53 0.33 0.3
Hex 66 33 52 0 32 14 3C 144 21 1E
Octal 146 63 122 0 62 24 74 504 41 36
Binary 1100110 110011 1010010 0 110010 10100 111100 101000100 100001 11110

Color Harmonies of #663352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663352

Black with #663352

Text Example


Text Example

White with #663352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663352; }

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

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

background-color css

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

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

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

border-color css

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

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

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