Html Css Color HEX #68535C Finn

📋 copy color: '#68535C'

red 104 ◦ green 83 ◦ blue 92

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

Shades of Finn #68535C

Tints of Finn #68535C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.97%

R = 37.28%
G = 29.75%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68535C (or 0x68535C) is known color: Finn. HEX triplet: 68, 53 and 5C. RGB value is (104,83,92). Sum of RGB (Red+Green+Blue) = 104+83+92=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #68535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68535C is #97ACA3. Grayscale: #5A5A5A. Windows color (decimal): -9940132 or 6050664. OLE color: 6050664.

HSL color Cylindrical-coordinate representation of color #68535C: hue angle of 334.29º 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 #68535C is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 83 92 -
CMYK 0 0.20 0.12 0.59
HSL 334.29º 0.11% 0.37% -
HSV(B) 334.29º 0.2% 0.41% -
XYZ 10.73 9.9 11.47 -
YUV 90.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 104 83 92 0 0.20 0.12 0.59 334.29 0.11 0.37
Hex 68 53 5C 0 14 C 3B 14E B 25
Octal 150 123 134 0 24 14 73 516 13 45
Binary 1101000 1010011 1011100 0 10100 1100 111011 101001110 1011 100101

Color Harmonies of #68535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68535C

Black with #68535C

Text Example


Text Example

White with #68535C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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