Html Css Color HEX #6F364B Tawny Port

📋 copy color: '#6F364B'

red 111 ◦ green 54 ◦ blue 75

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

Shades of Tawny Port #6F364B

Tints of Tawny Port #6F364B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.25%

R = 46.25%
G = 22.5%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F364B (or 0x6F364B) is known color: Tawny Port. HEX triplet: 6F, 36 and 4B. RGB value is (111,54,75). Sum of RGB (Red+Green+Blue) = 111+54+75=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F364B is #90C9B4. Grayscale: #494949. Windows color (decimal): -9488821 or 4929135. OLE color: 4929135.

HSL color Cylindrical-coordinate representation of color #6F364B: hue angle of 337.89º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F364B is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 54 75 -
CMYK 0 0.51 0.32 0.56
HSL 337.89º 0.35% 0.32% -
HSV(B) 337.89º 0.51% 0.44% -
XYZ 9.14 6.53 7.43 -
YUV 73.44 128.88 154.79 -
System Red Green Blue C M Y K H S L
Decimal 111 54 75 0 0.51 0.32 0.56 337.89 0.35 0.32
Hex 6F 36 4B 0 33 20 38 152 23 20
Octal 157 66 113 0 63 40 70 522 43 40
Binary 1101111 110110 1001011 0 110011 100000 111000 101010010 100011 100000

Color Harmonies of #6F364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F364B

Black with #6F364B

Text Example


Text Example

White with #6F364B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,54,75); }

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

background-color css

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

 a { background-color: rgb(111,54,75); }

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

border-color css

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

 span { border-color: rgb(111,54,75); }

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