Html Css Color HEX #68444F Finn

📋 copy color: '#68444F'

red 104 ◦ green 68 ◦ blue 79

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

Shades of Finn #68444F

Tints of Finn #68444F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.09%

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

R = 41.43%
G = 27.09%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#68444F (or 0x68444F) is known color: Finn. HEX triplet: 68, 44 and 4F. RGB value is (104,68,79). Sum of RGB (Red+Green+Blue) = 104+68+79=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #68444F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68444F is #97BBB0. Grayscale: #505050. Windows color (decimal): -9943985 or 5194856. OLE color: 5194856.

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

Color convert

RGB 104 68 79 -
CMYK 0 0.35 0.24 0.59
HSL 341.67º 0.21% 0.34% -
HSV(B) 341.67º 0.35% 0.41% -
XYZ 9.19 7.64 8.39 -
YUV 80.02 127.43 145.11 -
System Red Green Blue C M Y K H S L
Decimal 104 68 79 0 0.35 0.24 0.59 341.67 0.21 0.34
Hex 68 44 4F 0 23 18 3B 156 15 22
Octal 150 104 117 0 43 30 73 526 25 42
Binary 1101000 1000100 1001111 0 100011 11000 111011 101010110 10101 100010

Color Harmonies of #68444F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68444F

Black with #68444F

Text Example


Text Example

White with #68444F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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