Html Css Color HEX #6B384C Tawny Port

📋 copy color: '#6B384C'

red 107 ◦ green 56 ◦ blue 76

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

Shades of Tawny Port #6B384C

Tints of Tawny Port #6B384C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.43%

 BLUE value IS 76 (30.08% from 255) = 31.8%

R = 44.77%
G = 23.43%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6B384C (or 0x6B384C) is known color: Tawny Port. HEX triplet: 6B, 38 and 4C. RGB value is (107,56,76). Sum of RGB (Red+Green+Blue) = 107+56+76=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 107 - color contains mainly: red. Hex color #6B384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B384C is #94C7B3. Grayscale: #494949. Windows color (decimal): -9750452 or 4995179. OLE color: 4995179.

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

Color convert

RGB 107 56 76 -
CMYK 0 0.48 0.29 0.58
HSL 336.47º 0.31% 0.32% -
HSV(B) 336.47º 0.48% 0.42% -
XYZ 8.78 6.48 7.62 -
YUV 73.53 129.4 151.87 -
System Red Green Blue C M Y K H S L
Decimal 107 56 76 0 0.48 0.29 0.58 336.47 0.31 0.32
Hex 6B 38 4C 0 30 1D 3A 150 1F 20
Octal 153 70 114 0 60 35 72 520 37 40
Binary 1101011 111000 1001100 0 110000 11101 111010 101010000 11111 100000

Color Harmonies of #6B384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B384C

Black with #6B384C

Text Example


Text Example

White with #6B384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,56,76); }

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

background-color css

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

 a { background-color: rgb(107,56,76); }

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

border-color css

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

 span { border-color: rgb(107,56,76); }

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