Html Css Color HEX #68435D Finn

📋 copy color: '#68435D'

red 104 ◦ green 67 ◦ blue 93

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

Shades of Finn #68435D

Tints of Finn #68435D

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 value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68435D (or 0x68435D) is known color: 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

RGB 104 67 93 -
CMYK 0 0.36 0.11 0.59
HSL 317.84º 0.22% 0.34% -
HSV(B) 317.84º 0.36% 0.41% -
XYZ 9.69 7.75 11.34 -
YUV 81.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 104 67 93 0 0.36 0.11 0.59 317.84 0.22 0.34
Hex 68 43 5D 0 24 B 3B 13E 16 22
Octal 150 103 135 0 44 13 73 476 26 42
Binary 1101000 1000011 1011101 0 100100 1011 111011 100111110 10110 100010

Color Harmonies of #68435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68435D

Black with #68435D

Text Example


Text Example

White with #68435D

Text Example


Text Example

HTML Codes & Css Web 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>