Html Css Color HEX #68475F Finn

📋 copy color: '#68475F'

red 104 ◦ green 71 ◦ blue 95

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

Shades of Finn #68475F

Tints of Finn #68475F

RGB

 RED value IS 104 (41.02% from 255) = 38.52%

 GREEN value IS 71 (28.13% from 255) = 26.3%

 BLUE value IS 95 (37.5% from 255) = 35.19%

R = 38.52%
G = 26.3%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#68475F (or 0x68475F) is known color: Finn. HEX triplet: 68, 47 and 5F. RGB value is (104,71,95). Sum of RGB (Red+Green+Blue) = 104+71+95=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #68475F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68475F is #97B8A0. Grayscale: #535353. Windows color (decimal): -9943201 or 6244200. OLE color: 6244200.

HSL color Cylindrical-coordinate representation of color #68475F: hue angle of 316.36º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68475F is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 71 95 -
CMYK 0 0.32 0.09 0.59
HSL 316.36º 0.19% 0.34% -
HSV(B) 316.36º 0.32% 0.41% -
XYZ 10.03 8.28 11.9 -
YUV 83.6 134.43 142.55 -
System Red Green Blue C M Y K H S L
Decimal 104 71 95 0 0.32 0.09 0.59 316.36 0.19 0.34
Hex 68 47 5F 0 20 9 3B 13C 13 22
Octal 150 107 137 0 40 11 73 474 23 42
Binary 1101000 1000111 1011111 0 100000 1001 111011 100111100 10011 100010

Color Harmonies of #68475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68475F

Black with #68475F

Text Example


Text Example

White with #68475F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68475F; }

 p { color: rgb(104,71,95); }

 H1.HeaderClassName
 {
   color: #68475F;
 }
 .AnyTagClassName
 {
   color: #68475F;
 }
</style>

background-color css

<style>
 a { background-color: #68475F; }

 a { background-color: rgb(104,71,95); }

 div.DivClassName
 {
   background-color: #68475F;
 }
 .BgClassName
 {
   background-color: #68475F;
 }
</style>

border-color css

<style>
 span { border-color: #68475F; }

 span { border-color: rgb(104,71,95); }

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