Html Css Color HEX #6B394A Tawny Port

📋 copy color: '#6B394A'

red 107 ◦ green 57 ◦ blue 74

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

Shades of Tawny Port #6B394A

Tints of Tawny Port #6B394A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.95%

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

R = 44.96%
G = 23.95%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6B394A (or 0x6B394A) is known color: Tawny Port. HEX triplet: 6B, 39 and 4A. RGB value is (107,57,74). Sum of RGB (Red+Green+Blue) = 107+57+74=238 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.96% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 107 - color contains mainly: red. Hex color #6B394A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B394A is #94C6B5. Grayscale: #494949. Windows color (decimal): -9750198 or 4864363. OLE color: 4864363.

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

Color convert

RGB 107 57 74 -
CMYK 0 0.47 0.31 0.58
HSL 339.6º 0.3% 0.32% -
HSV(B) 339.6º 0.47% 0.42% -
XYZ 8.76 6.55 7.28 -
YUV 73.89 128.07 151.62 -
System Red Green Blue C M Y K H S L
Decimal 107 57 74 0 0.47 0.31 0.58 339.6 0.3 0.32
Hex 6B 39 4A 0 2F 1F 3A 154 1E 20
Octal 153 71 112 0 57 37 72 524 36 40
Binary 1101011 111001 1001010 0 101111 11111 111010 101010100 11110 100000

Color Harmonies of #6B394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B394A

Black with #6B394A

Text Example


Text Example

White with #6B394A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,57,74); }

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

background-color css

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

 a { background-color: rgb(107,57,74); }

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

border-color css

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

 span { border-color: rgb(107,57,74); }

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