Html Css Color HEX #6F384A Tawny Port

📋 copy color: '#6F384A'

red 111 ◦ green 56 ◦ blue 74

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

Shades of Tawny Port #6F384A

Tints of Tawny Port #6F384A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.71%

R = 46.06%
G = 23.24%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#6F384A (or 0x6F384A) is known color: Tawny Port. HEX triplet: 6F, 38 and 4A. RGB value is (111,56,74). Sum of RGB (Red+Green+Blue) = 111+56+74=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F384A is #90C7B5. Grayscale: #4A4A4A. Windows color (decimal): -9488310 or 4864111. OLE color: 4864111.

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

Color convert

RGB 111 56 74 -
CMYK 0 0.50 0.33 0.56
HSL 340.36º 0.33% 0.33% -
HSV(B) 340.36º 0.5% 0.44% -
XYZ 9.21 6.7 7.29 -
YUV 74.5 127.72 154.04 -
System Red Green Blue C M Y K H S L
Decimal 111 56 74 0 0.50 0.33 0.56 340.36 0.33 0.33
Hex 6F 38 4A 0 32 21 38 154 21 21
Octal 157 70 112 0 62 41 70 524 41 41
Binary 1101111 111000 1001010 0 110010 100001 111000 101010100 100001 100001

Color Harmonies of #6F384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F384A

Black with #6F384A

Text Example


Text Example

White with #6F384A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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