Html Css Color HEX #6B384B Tawny Port

📋 copy color: '#6B384B'

red 107 ◦ green 56 ◦ blue 75

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

Shades of Tawny Port #6B384B

Tints of Tawny Port #6B384B

RGB

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

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

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

R = 44.96%
G = 23.53%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6B384B (or 0x6B384B) is known color: Tawny Port. HEX triplet: 6B, 38 and 4B. RGB value is (107,56,75). Sum of RGB (Red+Green+Blue) = 107+56+75=238 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.96% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 107 - color contains mainly: red. Hex color #6B384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B384B is #94C7B4. Grayscale: #494949. Windows color (decimal): -9750453 or 4929643. OLE color: 4929643.

HSL color Cylindrical-coordinate representation of color #6B384B: hue angle of 337.65º 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 #6B384B is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 56 75 -
CMYK 0 0.48 0.30 0.58
HSL 337.65º 0.31% 0.32% -
HSV(B) 337.65º 0.48% 0.42% -
XYZ 8.75 6.46 7.44 -
YUV 73.42 128.9 151.96 -
System Red Green Blue C M Y K H S L
Decimal 107 56 75 0 0.48 0.30 0.58 337.65 0.31 0.32
Hex 6B 38 4B 0 30 1E 3A 152 1F 20
Octal 153 70 113 0 60 36 72 522 37 40
Binary 1101011 111000 1001011 0 110000 11110 111010 101010010 11111 100000

Color Harmonies of #6B384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B384B

Black with #6B384B

Text Example


Text Example

White with #6B384B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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