Html Css Color HEX #68454F Finn

📋 copy color: '#68454F'

red 104 ◦ green 69 ◦ blue 79

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

Shades of Finn #68454F

Tints of Finn #68454F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.38%

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

R = 41.27%
G = 27.38%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#68454F (or 0x68454F) is known color: Finn. HEX triplet: 68, 45 and 4F. RGB value is (104,69,79). Sum of RGB (Red+Green+Blue) = 104+69+79=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #68454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68454F is #97BAB0. Grayscale: #505050. Windows color (decimal): -9943729 or 5195112. OLE color: 5195112.

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

Color convert

RGB 104 69 79 -
CMYK 0 0.34 0.24 0.59
HSL 342.86º 0.2% 0.34% -
HSV(B) 342.86º 0.34% 0.41% -
XYZ 9.25 7.76 8.41 -
YUV 80.61 127.1 144.69 -
System Red Green Blue C M Y K H S L
Decimal 104 69 79 0 0.34 0.24 0.59 342.86 0.2 0.34
Hex 68 45 4F 0 22 18 3B 157 14 22
Octal 150 105 117 0 42 30 73 527 24 42
Binary 1101000 1000101 1001111 0 100010 11000 111011 101010111 10100 100010

Color Harmonies of #68454F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68454F

Black with #68454F

Text Example


Text Example

White with #68454F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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