Html Css Color HEX #68535E Finn

📋 copy color: '#68535E'

red 104 ◦ green 83 ◦ blue 94

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

Shades of Finn #68535E

Tints of Finn #68535E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.54%

 BLUE value IS 94 (37.11% from 255) = 33.45%

R = 37.01%
G = 29.54%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#68535E (or 0x68535E) is known color: Finn. HEX triplet: 68, 53 and 5E. RGB value is (104,83,94). Sum of RGB (Red+Green+Blue) = 104+83+94=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #68535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68535E is #97ACA1. Grayscale: #5A5A5A. Windows color (decimal): -9940130 or 6181736. OLE color: 6181736.

HSL color Cylindrical-coordinate representation of color #68535E: hue angle of 328.57º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #68535E is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 83 94 -
CMYK 0 0.20 0.10 0.59
HSL 328.57º 0.11% 0.37% -
HSV(B) 328.57º 0.2% 0.41% -
XYZ 10.82 9.94 11.94 -
YUV 90.53 129.96 137.61 -
System Red Green Blue C M Y K H S L
Decimal 104 83 94 0 0.20 0.10 0.59 328.57 0.11 0.37
Hex 68 53 5E 0 14 A 3B 149 B 25
Octal 150 123 136 0 24 12 73 511 13 45
Binary 1101000 1010011 1011110 0 10100 1010 111011 101001001 1011 100101

Color Harmonies of #68535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68535E

Black with #68535E

Text Example


Text Example

White with #68535E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68535E; }

 p { color: rgb(104,83,94); }

 H1.HeaderClassName
 {
   color: #68535E;
 }
 .AnyTagClassName
 {
   color: #68535E;
 }
</style>

background-color css

<style>
 a { background-color: #68535E; }

 a { background-color: rgb(104,83,94); }

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

border-color css

<style>
 span { border-color: #68535E; }

 span { border-color: rgb(104,83,94); }

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