Html Css Color HEX #6F384C Tawny Port

📋 copy color: '#6F384C'

red 111 ◦ green 56 ◦ blue 76

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

Shades of Tawny Port #6F384C

Tints of Tawny Port #6F384C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.28%

R = 45.68%
G = 23.05%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F384C (or 0x6F384C) is known color: Tawny Port. HEX triplet: 6F, 38 and 4C. RGB value is (111,56,76). Sum of RGB (Red+Green+Blue) = 111+56+76=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F384C is #90C7B3. Grayscale: #4A4A4A. Windows color (decimal): -9488308 or 4995183. OLE color: 4995183.

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

Color convert

RGB 111 56 76 -
CMYK 0 0.50 0.32 0.56
HSL 338.18º 0.33% 0.33% -
HSV(B) 338.18º 0.5% 0.44% -
XYZ 9.27 6.73 7.65 -
YUV 74.73 128.72 153.87 -
System Red Green Blue C M Y K H S L
Decimal 111 56 76 0 0.50 0.32 0.56 338.18 0.33 0.33
Hex 6F 38 4C 0 32 20 38 152 21 21
Octal 157 70 114 0 62 40 70 522 41 41
Binary 1101111 111000 1001100 0 110010 100000 111000 101010010 100001 100001

Color Harmonies of #6F384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F384C

Black with #6F384C

Text Example


Text Example

White with #6F384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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