Html Css Color HEX #6B314B Tawny Port

📋 copy color: '#6B314B'

red 107 ◦ green 49 ◦ blue 75

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

Shades of Tawny Port #6B314B

Tints of Tawny Port #6B314B

RGB

 RED value IS 107 (42.19% from 255) = 46.32%

 GREEN value IS 49 (19.53% from 255) = 21.21%

 BLUE value IS 75 (29.69% from 255) = 32.47%

R = 46.32%
G = 21.21%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6B314B (or 0x6B314B) is known color: Tawny Port. HEX triplet: 6B, 31 and 4B. RGB value is (107,49,75). Sum of RGB (Red+Green+Blue) = 107+49+75=231 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.32% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 107 - color contains mainly: red. Hex color #6B314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B314B is #94CEB4. Grayscale: #454545. Windows color (decimal): -9752245 or 4927851. OLE color: 4927851.

HSL color Cylindrical-coordinate representation of color #6B314B: hue angle of 333.1º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B314B is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 49 75 -
CMYK 0 0.54 0.30 0.58
HSL 333.1º 0.37% 0.31% -
HSV(B) 333.1º 0.54% 0.42% -
XYZ 8.43 5.83 7.34 -
YUV 69.31 131.22 154.89 -
System Red Green Blue C M Y K H S L
Decimal 107 49 75 0 0.54 0.30 0.58 333.1 0.37 0.31
Hex 6B 31 4B 0 36 1E 3A 14D 25 1F
Octal 153 61 113 0 66 36 72 515 45 37
Binary 1101011 110001 1001011 0 110110 11110 111010 101001101 100101 11111

Color Harmonies of #6B314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B314B

Black with #6B314B

Text Example


Text Example

White with #6B314B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,49,75); }

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

background-color css

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

 a { background-color: rgb(107,49,75); }

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

border-color css

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

 span { border-color: rgb(107,49,75); }

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