Html Css Color HEX #68515B Finn

📋 copy color: '#68515B'

red 104 ◦ green 81 ◦ blue 91

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

Shades of Finn #68515B

Tints of Finn #68515B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.35%

 BLUE value IS 91 (35.94% from 255) = 32.97%

R = 37.68%
G = 29.35%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68515B (or 0x68515B) is known color: Finn. HEX triplet: 68, 51 and 5B. RGB value is (104,81,91). Sum of RGB (Red+Green+Blue) = 104+81+91=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 104 - color contains mainly: red. Hex color #68515B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68515B is #97AEA4. Grayscale: #595959. Windows color (decimal): -9940645 or 5984616. OLE color: 5984616.

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

Color convert

RGB 104 81 91 -
CMYK 0 0.22 0.12 0.59
HSL 333.91º 0.12% 0.36% -
HSV(B) 333.91º 0.22% 0.41% -
XYZ 10.54 9.58 11.19 -
YUV 89.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 104 81 91 0 0.22 0.12 0.59 333.91 0.12 0.36
Hex 68 51 5B 0 16 C 3B 14E C 24
Octal 150 121 133 0 26 14 73 516 14 44
Binary 1101000 1010001 1011011 0 10110 1100 111011 101001110 1100 100100

Color Harmonies of #68515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68515B

Black with #68515B

Text Example


Text Example

White with #68515B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68515B; }

 p { color: rgb(104,81,91); }

 H1.HeaderClassName
 {
   color: #68515B;
 }
 .AnyTagClassName
 {
   color: #68515B;
 }
</style>

background-color css

<style>
 a { background-color: #68515B; }

 a { background-color: rgb(104,81,91); }

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

border-color css

<style>
 span { border-color: #68515B; }

 span { border-color: rgb(104,81,91); }

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