#68435E

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

Shades of Finn #68435E

Tints of Finn #68435E

Color information

#68435E (or 0x68435E) is unknown color: approx Finn. HEX triplet: 68, 43 and 5E. RGB value is (104,67,94). Sum of RGB (Red+Green+Blue) = 104+67+94=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #68435E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68435E is #97BCA1. Grayscale: #515151. Windows color (decimal): -9944226 or 6177640. OLE color: 6177640.

HSL color Cylindrical-coordinate representation of color #68435E: hue angle of 316.22º 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 #68435E is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1046794-
CMYK00.360.100.59
HSL316.22º21.64%33.53%-
HSV(B)316.22º35.58%40.78%-
XYZ9.747.7711.58-
YUV81.14135.26144.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.25%
GREEN value IS 67 (26.56% from 255) = 25.28%
BLUE value IS 94 (37.11% from 255) = 35.47%
R=39.25%
G=25.28%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104679400.360.100.59316.2221.6433.53
Hex68435E024A3B13c1622
Octal15010313604412734742642
Binary1101000100001110111100100100101011101110011110010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68435E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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