Html Css Color HEX #6A3853 Finn

📋 copy color: '#6A3853'

red 106 ◦ green 56 ◦ blue 83

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

Shades of Finn #6A3853

Tints of Finn #6A3853

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.86%

 BLUE value IS 83 (32.81% from 255) = 33.88%

R = 43.27%
G = 22.86%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#6A3853 (or 0x6A3853) is known color: Finn. HEX triplet: 6A, 38 and 53. RGB value is (106,56,83). Sum of RGB (Red+Green+Blue) = 106+56+83=245 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.27% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3853 is #95C7AC. Grayscale: #494949. Windows color (decimal): -9815981 or 5453930. OLE color: 5453930.

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

Color convert

RGB 106 56 83 -
CMYK 0 0.47 0.22 0.58
HSL 327.6º 0.31% 0.32% -
HSV(B) 327.6º 0.47% 0.42% -
XYZ 8.92 6.52 8.97 -
YUV 74.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 106 56 83 0 0.47 0.22 0.58 327.6 0.31 0.32
Hex 6A 38 53 0 2F 16 3A 148 1F 20
Octal 152 70 123 0 57 26 72 510 37 40
Binary 1101010 111000 1010011 0 101111 10110 111010 101001000 11111 100000

Color Harmonies of #6A3853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3853

Black with #6A3853

Text Example


Text Example

White with #6A3853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,56,83); }

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

background-color css

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

 a { background-color: rgb(106,56,83); }

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

border-color css

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

 span { border-color: rgb(106,56,83); }

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