#68435B

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

Shades of Finn #68435B

Tints of Finn #68435B

Color information

#68435B (or 0x68435B) is unknown color: approx Finn. HEX triplet: 68, 43 and 5B. RGB value is (104,67,91). Sum of RGB (Red+Green+Blue) = 104+67+91=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #68435B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68435B is #97BCA4. Grayscale: #505050. Windows color (decimal): -9944229 or 5981032. OLE color: 5981032.

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

Color convert

RGB1046791-
CMYK00.360.120.59
HSL321.08º21.64%33.53%-
HSV(B)321.08º35.58%40.78%-
XYZ9.67.7110.88-
YUV80.8133.76144.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.69%
GREEN value IS 67 (26.56% from 255) = 25.57%
BLUE value IS 91 (35.94% from 255) = 34.73%
R=39.69%
G=25.57%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104679100.360.120.59321.0821.6433.53
Hex68435B024C3B1411622
Octal15010313304414735012642
Binary1101000100001110110110100100110011101110100000110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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