Html Css Color HEX #68435B Finn

📋 copy color: '#68435B'

red 104 ◦ green 67 ◦ blue 91

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

Shades of Finn #68435B

Tints of Finn #68435B

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

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

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

RGB 104 67 91 -
CMYK 0 0.36 0.12 0.59
HSL 321.08º 0.22% 0.34% -
HSV(B) 321.08º 0.36% 0.41% -
XYZ 9.6 7.71 10.88 -
YUV 80.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 104 67 91 0 0.36 0.12 0.59 321.08 0.22 0.34
Hex 68 43 5B 0 24 C 3B 141 16 22
Octal 150 103 133 0 44 14 73 501 26 42
Binary 1101000 1000011 1011011 0 100100 1100 111011 101000001 10110 100010

Color Harmonies of #68435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68435B

Black with #68435B

Text Example


Text Example

White with #68435B

Text Example


Text Example

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