Html Css Color HEX #68434F Finn

📋 copy color: '#68434F'

red 104 ◦ green 67 ◦ blue 79

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

Shades of Finn #68434F

Tints of Finn #68434F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.8%

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

R = 41.6%
G = 26.8%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#68434F (or 0x68434F) is known color: Finn. HEX triplet: 68, 43 and 4F. RGB value is (104,67,79). Sum of RGB (Red+Green+Blue) = 104+67+79=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #68434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68434F is #97BCB0. Grayscale: #4F4F4F. Windows color (decimal): -9944241 or 5194600. OLE color: 5194600.

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

Color convert

RGB 104 67 79 -
CMYK 0 0.36 0.24 0.59
HSL 340.54º 0.22% 0.34% -
HSV(B) 340.54º 0.36% 0.41% -
XYZ 9.13 7.52 8.37 -
YUV 79.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 104 67 79 0 0.36 0.24 0.59 340.54 0.22 0.34
Hex 68 43 4F 0 24 18 3B 155 16 22
Octal 150 103 117 0 44 30 73 525 26 42
Binary 1101000 1000011 1001111 0 100100 11000 111011 101010101 10110 100010

Color Harmonies of #68434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68434F

Black with #68434F

Text Example


Text Example

White with #68434F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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