Html Css Color HEX #68535B Finn

📋 copy color: '#68535B'

red 104 ◦ green 83 ◦ blue 91

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

Shades of Finn #68535B

Tints of Finn #68535B

RGB

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

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

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

R = 37.41%
G = 29.86%
B = 32.73%

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

#68535B (or 0x68535B) is known color: Finn. HEX triplet: 68, 53 and 5B. RGB value is (104,83,91). Sum of RGB (Red+Green+Blue) = 104+83+91=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #68535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68535B is #97ACA4. Grayscale: #5A5A5A. Windows color (decimal): -9940133 or 5985128. OLE color: 5985128.

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

Color convert

RGB 104 83 91 -
CMYK 0 0.20 0.12 0.59
HSL 337.14º 0.11% 0.37% -
HSV(B) 337.14º 0.2% 0.41% -
XYZ 10.69 9.88 11.24 -
YUV 90.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 104 83 91 0 0.20 0.12 0.59 337.14 0.11 0.37
Hex 68 53 5B 0 14 C 3B 151 B 25
Octal 150 123 133 0 24 14 73 521 13 45
Binary 1101000 1010011 1011011 0 10100 1100 111011 101010001 1011 100101

Color Harmonies of #68535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68535B

Black with #68535B

Text Example


Text Example

White with #68535B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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