Html Css Color HEX #68515A Finn

📋 copy color: '#68515A'

red 104 ◦ green 81 ◦ blue 90

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

Shades of Finn #68515A

Tints of Finn #68515A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.73%

R = 37.82%
G = 29.45%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#68515A (or 0x68515A) is known color: Finn. HEX triplet: 68, 51 and 5A. RGB value is (104,81,90). Sum of RGB (Red+Green+Blue) = 104+81+90=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 104 - color contains mainly: red. Hex color #68515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68515A is #97AEA5. Grayscale: #585858. Windows color (decimal): -9940646 or 5919080. OLE color: 5919080.

HSL color Cylindrical-coordinate representation of color #68515A: hue angle of 336.52º 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 #68515A is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 81 90 -
CMYK 0 0.22 0.13 0.59
HSL 336.52º 0.12% 0.36% -
HSV(B) 336.52º 0.22% 0.41% -
XYZ 10.5 9.57 10.97 -
YUV 88.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 104 81 90 0 0.22 0.13 0.59 336.52 0.12 0.36
Hex 68 51 5A 0 16 D 3B 151 C 24
Octal 150 121 132 0 26 15 73 521 14 44
Binary 1101000 1010001 1011010 0 10110 1101 111011 101010001 1100 100100

Color Harmonies of #68515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68515A

Black with #68515A

Text Example


Text Example

White with #68515A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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