Html Css Color HEX #683455 Finn

📋 copy color: '#683455'

red 104 ◦ green 52 ◦ blue 85

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

Shades of Finn #683455

Tints of Finn #683455

RGB

 RED value IS 104 (41.02% from 255) = 43.15%

 GREEN value IS 52 (20.7% from 255) = 21.58%

 BLUE value IS 85 (33.59% from 255) = 35.27%

R = 43.15%
G = 21.58%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#683455 (or 0x683455) is known color: Finn. HEX triplet: 68, 34 and 55. RGB value is (104,52,85). Sum of RGB (Red+Green+Blue) = 104+52+85=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #683455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683455 is #97CBAA. Grayscale: #474747. Windows color (decimal): -9948075 or 5583976. OLE color: 5583976.

HSL color Cylindrical-coordinate representation of color #683455: hue angle of 321.92º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #683455 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 52 85 -
CMYK 0 0.50 0.18 0.59
HSL 321.92º 0.33% 0.31% -
HSV(B) 321.92º 0.5% 0.41% -
XYZ 8.58 6.05 9.31 -
YUV 71.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 104 52 85 0 0.50 0.18 0.59 321.92 0.33 0.31
Hex 68 34 55 0 32 12 3B 142 21 1F
Octal 150 64 125 0 62 22 73 502 41 37
Binary 1101000 110100 1010101 0 110010 10010 111011 101000010 100001 11111

Color Harmonies of #683455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683455

Black with #683455

Text Example


Text Example

White with #683455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683455; }

 p { color: rgb(104,52,85); }

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

background-color css

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

 a { background-color: rgb(104,52,85); }

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

border-color css

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

 span { border-color: rgb(104,52,85); }

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