Html Css Color HEX #6F3853 Finn

📋 copy color: '#6F3853'

red 111 ◦ green 56 ◦ blue 83

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

Shades of Finn #6F3853

Tints of Finn #6F3853

RGB

 RED value IS 111 (43.75% from 255) = 44.4%

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

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

R = 44.4%
G = 22.4%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#6F3853 (or 0x6F3853) is known color: Finn. HEX triplet: 6F, 38 and 53. RGB value is (111,56,83). Sum of RGB (Red+Green+Blue) = 111+56+83=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3853 is #90C7AC. Grayscale: #4B4B4B. Windows color (decimal): -9488301 or 5453935. OLE color: 5453935.

HSL color Cylindrical-coordinate representation of color #6F3853: hue angle of 330.55º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F3853 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 56 83 -
CMYK 0 0.50 0.25 0.56
HSL 330.55º 0.33% 0.33% -
HSV(B) 330.55º 0.5% 0.44% -
XYZ 9.53 6.83 9 -
YUV 75.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 111 56 83 0 0.50 0.25 0.56 330.55 0.33 0.33
Hex 6F 38 53 0 32 19 38 14B 21 21
Octal 157 70 123 0 62 31 70 513 41 41
Binary 1101111 111000 1010011 0 110010 11001 111000 101001011 100001 100001

Color Harmonies of #6F3853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3853

Black with #6F3853

Text Example


Text Example

White with #6F3853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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