#68435D

Color #68435D Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #68435D

Tints of Finn #68435D

Color information

#68435D (or 0x68435D) is unknown color: approx Finn. HEX triplet: 68, 43 and 5D. RGB value is (104,67,93). Sum of RGB (Red+Green+Blue) = 104+67+93=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 104 - color contains mainly: red. Hex color #68435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68435D is #97BCA2. Grayscale: #505050. Windows color (decimal): -9944227 or 6112104. OLE color: 6112104.

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

Color convert

RGB1046793-
CMYK00.360.110.59
HSL317.84º21.64%33.53%-
HSV(B)317.84º35.58%40.78%-
XYZ9.697.7511.34-
YUV81.03134.76144.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.39%
GREEN value IS 67 (26.56% from 255) = 25.38%
BLUE value IS 93 (36.72% from 255) = 35.23%
R=39.39%
G=25.38%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104679300.360.110.59317.8421.6433.53
Hex68435D024B3B13e1622
Octal15010313504413734762642
Binary1101000100001110111010100100101111101110011111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68435D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68435D; }

 p { color: rgb(104,67,93); }

 H1.HeaderClassName
 {
   color: #68435D;
 }
 .AnyTagClassName
 {
   color: #68435D;
 }
</style>
background-color css

<style>
 a { background-color: #68435D; }

 a { background-color: rgb(104,67,93); }

 div.DivClassName
 {
   background-color: #68435D;
 }
 .BgClassName
 {
   background-color: #68435D;
 }
</style>
border-color css

<style>
 span { border-color: #68435D; }

 span { border-color: rgb(104,67,93); }

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