Html Css Color HEX #683958 Finn

📋 copy color: '#683958'

red 104 ◦ green 57 ◦ blue 88

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

Shades of Finn #683958

Tints of Finn #683958

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.89%

 BLUE value IS 88 (34.77% from 255) = 35.34%

R = 41.77%
G = 22.89%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#683958 (or 0x683958) is known color: Finn. HEX triplet: 68, 39 and 58. RGB value is (104,57,88). Sum of RGB (Red+Green+Blue) = 104+57+88=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #683958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683958 is #97C6A7. Grayscale: #4A4A4A. Windows color (decimal): -9946792 or 5781864. OLE color: 5781864.

HSL color Cylindrical-coordinate representation of color #683958: hue angle of 320.43º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #683958 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 57 88 -
CMYK 0 0.45 0.15 0.59
HSL 320.43º 0.29% 0.32% -
HSV(B) 320.43º 0.45% 0.41% -
XYZ 8.93 6.57 10.03 -
YUV 74.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 104 57 88 0 0.45 0.15 0.59 320.43 0.29 0.32
Hex 68 39 58 0 2D F 3B 140 1D 20
Octal 150 71 130 0 55 17 73 500 35 40
Binary 1101000 111001 1011000 0 101101 1111 111011 101000000 11101 100000

Color Harmonies of #683958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683958

Black with #683958

Text Example


Text Example

White with #683958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683958; }

 p { color: rgb(104,57,88); }

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

background-color css

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

 a { background-color: rgb(104,57,88); }

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

border-color css

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

 span { border-color: rgb(104,57,88); }

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