Html Css Color HEX #683452 Finn

📋 copy color: '#683452'

red 104 ◦ green 52 ◦ blue 82

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

Shades of Finn #683452

Tints of Finn #683452

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.85%

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

R = 43.7%
G = 21.85%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#683452 (or 0x683452) is known color: Finn. HEX triplet: 68, 34 and 52. RGB value is (104,52,82). Sum of RGB (Red+Green+Blue) = 104+52+82=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #683452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683452 is #97CBAD. Grayscale: #464646. Windows color (decimal): -9948078 or 5387368. OLE color: 5387368.

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

Color convert

RGB 104 52 82 -
CMYK 0 0.50 0.21 0.59
HSL 325.38º 0.33% 0.31% -
HSV(B) 325.38º 0.5% 0.41% -
XYZ 8.46 6.01 8.7 -
YUV 70.97 134.23 151.56 -
System Red Green Blue C M Y K H S L
Decimal 104 52 82 0 0.50 0.21 0.59 325.38 0.33 0.31
Hex 68 34 52 0 32 15 3B 145 21 1F
Octal 150 64 122 0 62 25 73 505 41 37
Binary 1101000 110100 1010010 0 110010 10101 111011 101000101 100001 11111

Color Harmonies of #683452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683452

Black with #683452

Text Example


Text Example

White with #683452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683452; }

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

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

background-color css

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

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

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

border-color css

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

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

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