Html Css Color HEX #68414F Finn

📋 copy color: '#68414F'

red 104 ◦ green 65 ◦ blue 79

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

Shades of Finn #68414F

Tints of Finn #68414F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.21%

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

R = 41.94%
G = 26.21%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#68414F (or 0x68414F) is known color: Finn. HEX triplet: 68, 41 and 4F. RGB value is (104,65,79). Sum of RGB (Red+Green+Blue) = 104+65+79=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #68414F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68414F is #97BEB0. Grayscale: #4E4E4E. Windows color (decimal): -9944753 or 5194088. OLE color: 5194088.

HSL color Cylindrical-coordinate representation of color #68414F: hue angle of 338.46º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68414F is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 65 79 -
CMYK 0 0.38 0.24 0.59
HSL 338.46º 0.23% 0.33% -
HSV(B) 338.46º 0.38% 0.41% -
XYZ 9.01 7.29 8.33 -
YUV 78.26 128.42 146.36 -
System Red Green Blue C M Y K H S L
Decimal 104 65 79 0 0.38 0.24 0.59 338.46 0.23 0.33
Hex 68 41 4F 0 26 18 3B 152 17 21
Octal 150 101 117 0 46 30 73 522 27 41
Binary 1101000 1000001 1001111 0 100110 11000 111011 101010010 10111 100001

Color Harmonies of #68414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68414F

Black with #68414F

Text Example


Text Example

White with #68414F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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