Html Css Color HEX #683755 Finn

📋 copy color: '#683755'

red 104 ◦ green 55 ◦ blue 85

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

Shades of Finn #683755

Tints of Finn #683755

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.54%

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

R = 42.62%
G = 22.54%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#683755 (or 0x683755) is known color: Finn. HEX triplet: 68, 37 and 55. RGB value is (104,55,85). Sum of RGB (Red+Green+Blue) = 104+55+85=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #683755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683755 is #97C8AA. Grayscale: #484848. Windows color (decimal): -9947307 or 5584744. OLE color: 5584744.

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

Color convert

RGB 104 55 85 -
CMYK 0 0.47 0.18 0.59
HSL 323.27º 0.31% 0.31% -
HSV(B) 323.27º 0.47% 0.41% -
XYZ 8.71 6.33 9.36 -
YUV 73.07 134.73 150.06 -
System Red Green Blue C M Y K H S L
Decimal 104 55 85 0 0.47 0.18 0.59 323.27 0.31 0.31
Hex 68 37 55 0 2F 12 3B 143 1F 1F
Octal 150 67 125 0 57 22 73 503 37 37
Binary 1101000 110111 1010101 0 101111 10010 111011 101000011 11111 11111

Color Harmonies of #683755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683755

Black with #683755

Text Example


Text Example

White with #683755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683755; }

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

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

background-color css

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

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

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

border-color css

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

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

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