Html Css Color HEX #684252 Finn

📋 copy color: '#684252'

red 104 ◦ green 66 ◦ blue 82

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

Shades of Finn #684252

Tints of Finn #684252

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.19%

 BLUE value IS 82 (32.42% from 255) = 32.54%

R = 41.27%
G = 26.19%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#684252 (or 0x684252) is known color: Finn. HEX triplet: 68, 42 and 52. RGB value is (104,66,82). Sum of RGB (Red+Green+Blue) = 104+66+82=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #684252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684252 is #97BDAD. Grayscale: #4F4F4F. Windows color (decimal): -9944494 or 5390952. OLE color: 5390952.

HSL color Cylindrical-coordinate representation of color #684252: hue angle of 334.74º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #684252 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 66 82 -
CMYK 0 0.37 0.21 0.59
HSL 334.74º 0.22% 0.33% -
HSV(B) 334.74º 0.37% 0.41% -
XYZ 9.18 7.45 8.94 -
YUV 79.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 104 66 82 0 0.37 0.21 0.59 334.74 0.22 0.33
Hex 68 42 52 0 25 15 3B 14F 16 21
Octal 150 102 122 0 45 25 73 517 26 41
Binary 1101000 1000010 1010010 0 100101 10101 111011 101001111 10110 100001

Color Harmonies of #684252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684252

Black with #684252

Text Example


Text Example

White with #684252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684252; }

 p { color: rgb(104,66,82); }

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

background-color css

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

 a { background-color: rgb(104,66,82); }

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

border-color css

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

 span { border-color: rgb(104,66,82); }

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