Html Css Color HEX #673F52 Finn

📋 copy color: '#673F52'

red 103 ◦ green 63 ◦ blue 82

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

Shades of Finn #673F52

Tints of Finn #673F52

RGB

 RED value IS 103 (40.63% from 255) = 41.53%

 GREEN value IS 63 (25% from 255) = 25.4%

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

R = 41.53%
G = 25.4%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#673F52 (or 0x673F52) is known color: Finn. HEX triplet: 67, 3F and 52. RGB value is (103,63,82). Sum of RGB (Red+Green+Blue) = 103+63+82=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 103 - color contains mainly: red. Hex color #673F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673F52 is #98C0AD. Grayscale: #4D4D4D. Windows color (decimal): -10010798 or 5390183. OLE color: 5390183.

HSL color Cylindrical-coordinate representation of color #673F52: hue angle of 331.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #673F52 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 63 82 -
CMYK 0 0.39 0.20 0.60
HSL 331.5º 0.24% 0.33% -
HSV(B) 331.5º 0.39% 0.4% -
XYZ 8.89 7.05 8.87 -
YUV 77.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 103 63 82 0 0.39 0.20 0.60 331.5 0.24 0.33
Hex 67 3F 52 0 27 14 3C 14C 18 21
Octal 147 77 122 0 47 24 74 514 30 41
Binary 1100111 111111 1010010 0 100111 10100 111100 101001100 11000 100001

Color Harmonies of #673F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673F52

Black with #673F52

Text Example


Text Example

White with #673F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673F52; }

 p { color: rgb(103,63,82); }

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

background-color css

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

 a { background-color: rgb(103,63,82); }

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

border-color css

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

 span { border-color: rgb(103,63,82); }

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