Html Css Color HEX #6F3A46 Tawny Port

📋 copy color: '#6F3A46'

red 111 ◦ green 58 ◦ blue 70

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

Shades of Tawny Port #6F3A46

Tints of Tawny Port #6F3A46

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.27%

 BLUE value IS 70 (27.73% from 255) = 29.29%

R = 46.44%
G = 24.27%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#6F3A46 (or 0x6F3A46) is known color: Tawny Port. HEX triplet: 6F, 3A and 46. RGB value is (111,58,70). Sum of RGB (Red+Green+Blue) = 111+58+70=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3A46 is #90C5B9. Grayscale: #4B4B4B. Windows color (decimal): -9487802 or 4602479. OLE color: 4602479.

HSL color Cylindrical-coordinate representation of color #6F3A46: hue angle of 346.42º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F3A46 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 58 70 -
CMYK 0 0.48 0.37 0.56
HSL 346.42º 0.31% 0.33% -
HSV(B) 346.42º 0.48% 0.44% -
XYZ 9.17 6.85 6.63 -
YUV 75.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 111 58 70 0 0.48 0.37 0.56 346.42 0.31 0.33
Hex 6F 3A 46 0 30 25 38 15A 1F 21
Octal 157 72 106 0 60 45 70 532 37 41
Binary 1101111 111010 1000110 0 110000 100101 111000 101011010 11111 100001

Color Harmonies of #6F3A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3A46

Black with #6F3A46

Text Example


Text Example

White with #6F3A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,58,70); }

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

background-color css

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

 a { background-color: rgb(111,58,70); }

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

border-color css

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

 span { border-color: rgb(111,58,70); }

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