Html Css Color HEX #68475D Finn

📋 copy color: '#68475D'

red 104 ◦ green 71 ◦ blue 93

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

Shades of Finn #68475D

Tints of Finn #68475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.49%

 BLUE value IS 93 (36.72% from 255) = 34.7%

R = 38.81%
G = 26.49%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68475D (or 0x68475D) is known color: Finn. HEX triplet: 68, 47 and 5D. RGB value is (104,71,93). Sum of RGB (Red+Green+Blue) = 104+71+93=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 104 - color contains mainly: red. Hex color #68475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68475D is #97B8A2. Grayscale: #535353. Windows color (decimal): -9943203 or 6113128. OLE color: 6113128.

HSL color Cylindrical-coordinate representation of color #68475D: hue angle of 320º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68475D is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 71 93 -
CMYK 0 0.32 0.11 0.59
HSL 320º 0.19% 0.34% -
HSV(B) 320º 0.32% 0.41% -
XYZ 9.94 8.24 11.42 -
YUV 83.38 133.43 142.71 -
System Red Green Blue C M Y K H S L
Decimal 104 71 93 0 0.32 0.11 0.59 320 0.19 0.34
Hex 68 47 5D 0 20 B 3B 140 13 22
Octal 150 107 135 0 40 13 73 500 23 42
Binary 1101000 1000111 1011101 0 100000 1011 111011 101000000 10011 100010

Color Harmonies of #68475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68475D

Black with #68475D

Text Example


Text Example

White with #68475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68475D; }

 p { color: rgb(104,71,93); }

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

background-color css

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

 a { background-color: rgb(104,71,93); }

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

border-color css

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

 span { border-color: rgb(104,71,93); }

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