Html Css Color HEX #68475C Finn

📋 copy color: '#68475C'

red 104 ◦ green 71 ◦ blue 92

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

Shades of Finn #68475C

Tints of Finn #68475C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.46%

R = 38.95%
G = 26.59%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68475C (or 0x68475C) is known color: Finn. HEX triplet: 68, 47 and 5C. RGB value is (104,71,92). Sum of RGB (Red+Green+Blue) = 104+71+92=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #68475C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68475C is #97B8A3. Grayscale: #535353. Windows color (decimal): -9943204 or 6047592. OLE color: 6047592.

HSL color Cylindrical-coordinate representation of color #68475C: hue angle of 321.82º 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 #68475C is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 71 92 -
CMYK 0 0.32 0.12 0.59
HSL 321.82º 0.19% 0.34% -
HSV(B) 321.82º 0.32% 0.41% -
XYZ 9.89 8.22 11.19 -
YUV 83.26 132.93 142.79 -
System Red Green Blue C M Y K H S L
Decimal 104 71 92 0 0.32 0.12 0.59 321.82 0.19 0.34
Hex 68 47 5C 0 20 C 3B 142 13 22
Octal 150 107 134 0 40 14 73 502 23 42
Binary 1101000 1000111 1011100 0 100000 1100 111011 101000010 10011 100010

Color Harmonies of #68475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68475C

Black with #68475C

Text Example


Text Example

White with #68475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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