Html Css Color HEX #6F384D Tawny Port

📋 copy color: '#6F384D'

red 111 ◦ green 56 ◦ blue 77

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

Shades of Tawny Port #6F384D

Tints of Tawny Port #6F384D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.56%

R = 45.49%
G = 22.95%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#6F384D (or 0x6F384D) is known color: Tawny Port. HEX triplet: 6F, 38 and 4D. RGB value is (111,56,77). Sum of RGB (Red+Green+Blue) = 111+56+77=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F384D is #90C7B2. Grayscale: #4A4A4A. Windows color (decimal): -9488307 or 5060719. OLE color: 5060719.

HSL color Cylindrical-coordinate representation of color #6F384D: hue angle of 337.09º 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 #6F384D is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 56 77 -
CMYK 0 0.50 0.31 0.56
HSL 337.09º 0.33% 0.33% -
HSV(B) 337.09º 0.5% 0.44% -
XYZ 9.31 6.74 7.83 -
YUV 74.84 129.22 153.79 -
System Red Green Blue C M Y K H S L
Decimal 111 56 77 0 0.50 0.31 0.56 337.09 0.33 0.33
Hex 6F 38 4D 0 32 1F 38 151 21 21
Octal 157 70 115 0 62 37 70 521 41 41
Binary 1101111 111000 1001101 0 110010 11111 111000 101010001 100001 100001

Color Harmonies of #6F384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F384D

Black with #6F384D

Text Example


Text Example

White with #6F384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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