Html Css Color HEX #6B324B Tawny Port

📋 copy color: '#6B324B'

red 107 ◦ green 50 ◦ blue 75

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

Shades of Tawny Port #6B324B

Tints of Tawny Port #6B324B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.55%

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

R = 46.12%
G = 21.55%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6B324B (or 0x6B324B) is known color: Tawny Port. HEX triplet: 6B, 32 and 4B. RGB value is (107,50,75). Sum of RGB (Red+Green+Blue) = 107+50+75=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 107 - color contains mainly: red. Hex color #6B324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B324B is #94CDB4. Grayscale: #454545. Windows color (decimal): -9751989 or 4928107. OLE color: 4928107.

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

Color convert

RGB 107 50 75 -
CMYK 0 0.53 0.30 0.58
HSL 333.68º 0.36% 0.31% -
HSV(B) 333.68º 0.53% 0.42% -
XYZ 8.47 5.92 7.35 -
YUV 69.89 130.88 154.47 -
System Red Green Blue C M Y K H S L
Decimal 107 50 75 0 0.53 0.30 0.58 333.68 0.36 0.31
Hex 6B 32 4B 0 35 1E 3A 14E 24 1F
Octal 153 62 113 0 65 36 72 516 44 37
Binary 1101011 110010 1001011 0 110101 11110 111010 101001110 100100 11111

Color Harmonies of #6B324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B324B

Black with #6B324B

Text Example


Text Example

White with #6B324B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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