Html Css Color HEX #68474F Finn

📋 copy color: '#68474F'

red 104 ◦ green 71 ◦ blue 79

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

Shades of Finn #68474F

Tints of Finn #68474F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.1%

R = 40.94%
G = 27.95%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#68474F (or 0x68474F) is known color: Finn. HEX triplet: 68, 47 and 4F. RGB value is (104,71,79). Sum of RGB (Red+Green+Blue) = 104+71+79=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 104 - color contains mainly: red. Hex color #68474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68474F is #97B8B0. Grayscale: #515151. Windows color (decimal): -9943217 or 5195624. OLE color: 5195624.

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

Color convert

RGB 104 71 79 -
CMYK 0 0.32 0.24 0.59
HSL 345.45º 0.19% 0.34% -
HSV(B) 345.45º 0.32% 0.41% -
XYZ 9.37 8.01 8.45 -
YUV 81.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 104 71 79 0 0.32 0.24 0.59 345.45 0.19 0.34
Hex 68 47 4F 0 20 18 3B 159 13 22
Octal 150 107 117 0 40 30 73 531 23 42
Binary 1101000 1000111 1001111 0 100000 11000 111011 101011001 10011 100010

Color Harmonies of #68474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68474F

Black with #68474F

Text Example


Text Example

White with #68474F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68474F; }

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

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

background-color css

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

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

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

border-color css

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

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

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