Html Css Color HEX #6F384E Tawny Port

📋 copy color: '#6F384E'

red 111 ◦ green 56 ◦ blue 78

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

Shades of Tawny Port #6F384E

Tints of Tawny Port #6F384E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.84%

R = 45.31%
G = 22.86%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#6F384E (or 0x6F384E) is known color: Tawny Port. HEX triplet: 6F, 38 and 4E. RGB value is (111,56,78). Sum of RGB (Red+Green+Blue) = 111+56+78=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F384E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F384E is #90C7B1. Grayscale: #4A4A4A. Windows color (decimal): -9488306 or 5126255. OLE color: 5126255.

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

Color convert

RGB 111 56 78 -
CMYK 0 0.50 0.30 0.56
HSL 336º 0.33% 0.33% -
HSV(B) 336º 0.5% 0.44% -
XYZ 9.34 6.76 8.02 -
YUV 74.95 129.72 153.71 -
System Red Green Blue C M Y K H S L
Decimal 111 56 78 0 0.50 0.30 0.56 336 0.33 0.33
Hex 6F 38 4E 0 32 1E 38 150 21 21
Octal 157 70 116 0 62 36 70 520 41 41
Binary 1101111 111000 1001110 0 110010 11110 111000 101010000 100001 100001

Color Harmonies of #6F384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F384E

Black with #6F384E

Text Example


Text Example

White with #6F384E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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