Html Css Color HEX #6F3745 Tawny Port

📋 copy color: '#6F3745'

red 111 ◦ green 55 ◦ blue 69

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

Shades of Tawny Port #6F3745

Tints of Tawny Port #6F3745

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.4%

 BLUE value IS 69 (27.34% from 255) = 29.36%

R = 47.23%
G = 23.4%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#6F3745 (or 0x6F3745) is known color: Tawny Port. HEX triplet: 6F, 37 and 45. RGB value is (111,55,69). Sum of RGB (Red+Green+Blue) = 111+55+69=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3745 is #90C8BA. Grayscale: #494949. Windows color (decimal): -9488571 or 4536175. OLE color: 4536175.

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

Color convert

RGB 111 55 69 -
CMYK 0 0.50 0.38 0.56
HSL 345º 0.34% 0.33% -
HSV(B) 345º 0.5% 0.44% -
XYZ 9 6.54 6.42 -
YUV 73.34 125.55 154.86 -
System Red Green Blue C M Y K H S L
Decimal 111 55 69 0 0.50 0.38 0.56 345 0.34 0.33
Hex 6F 37 45 0 32 26 38 159 22 21
Octal 157 67 105 0 62 46 70 531 42 41
Binary 1101111 110111 1000101 0 110010 100110 111000 101011001 100010 100001

Color Harmonies of #6F3745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3745

Black with #6F3745

Text Example


Text Example

White with #6F3745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,55,69); }

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

background-color css

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

 a { background-color: rgb(111,55,69); }

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

border-color css

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

 span { border-color: rgb(111,55,69); }

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