Html Css Color HEX #6A3652 Finn

📋 copy color: '#6A3652'

red 106 ◦ green 54 ◦ blue 82

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

Shades of Finn #6A3652

Tints of Finn #6A3652

RGB

 RED value IS 106 (41.8% from 255) = 43.8%

 GREEN value IS 54 (21.48% from 255) = 22.31%

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

R = 43.8%
G = 22.31%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#6A3652 (or 0x6A3652) is known color: Finn. HEX triplet: 6A, 36 and 52. RGB value is (106,54,82). Sum of RGB (Red+Green+Blue) = 106+54+82=242 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.80% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3652 is #95C9AD. Grayscale: #484848. Windows color (decimal): -9816494 or 5387882. OLE color: 5387882.

HSL color Cylindrical-coordinate representation of color #6A3652: hue angle of 327.69º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A3652 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 54 82 -
CMYK 0 0.49 0.23 0.58
HSL 327.69º 0.33% 0.31% -
HSV(B) 327.69º 0.49% 0.42% -
XYZ 8.79 6.31 8.74 -
YUV 72.74 133.23 151.72 -
System Red Green Blue C M Y K H S L
Decimal 106 54 82 0 0.49 0.23 0.58 327.69 0.33 0.31
Hex 6A 36 52 0 31 17 3A 148 20 1F
Octal 152 66 122 0 61 27 72 510 40 37
Binary 1101010 110110 1010010 0 110001 10111 111010 101001000 100000 11111

Color Harmonies of #6A3652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3652

Black with #6A3652

Text Example


Text Example

White with #6A3652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A3652; }

 p { color: rgb(106,54,82); }

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

background-color css

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

 a { background-color: rgb(106,54,82); }

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

border-color css

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

 span { border-color: rgb(106,54,82); }

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