Html Css Color HEX #623350 Finn

📋 copy color: '#623350'

red 98 ◦ green 51 ◦ blue 80

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

Shades of Finn #623350

Tints of Finn #623350

RGB

 RED value IS 98 (38.67% from 255) = 42.79%

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

 BLUE value IS 80 (31.64% from 255) = 34.93%

R = 42.79%
G = 22.27%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#623350 (or 0x623350) is known color: Finn. HEX triplet: 62, 33 and 50. RGB value is (98,51,80). Sum of RGB (Red+Green+Blue) = 98+51+80=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 98 - color contains mainly: red. Hex color #623350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623350 is #9DCCAF. Grayscale: #444444. Windows color (decimal): -10341552 or 5256034. OLE color: 5256034.

HSL color Cylindrical-coordinate representation of color #623350: hue angle of 322.98º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #623350 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 51 80 -
CMYK 0 0.48 0.18 0.62
HSL 322.98º 0.32% 0.29% -
HSV(B) 322.98º 0.48% 0.38% -
XYZ 7.67 5.54 8.26 -
YUV 68.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 98 51 80 0 0.48 0.18 0.62 322.98 0.32 0.29
Hex 62 33 50 0 30 12 3E 143 20 1D
Octal 142 63 120 0 60 22 76 503 40 35
Binary 1100010 110011 1010000 0 110000 10010 111110 101000011 100000 11101

Color Harmonies of #623350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623350

Black with #623350

Text Example


Text Example

White with #623350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #623350; }

 p { color: rgb(98,51,80); }

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

background-color css

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

 a { background-color: rgb(98,51,80); }

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

border-color css

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

 span { border-color: rgb(98,51,80); }

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