Html Css Color HEX #68334B Tawny Port

📋 copy color: '#68334B'

red 104 ◦ green 51 ◦ blue 75

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

Shades of Tawny Port #68334B

Tints of Tawny Port #68334B

RGB

 RED value IS 104 (41.02% from 255) = 45.22%

 GREEN value IS 51 (20.31% from 255) = 22.17%

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

R = 45.22%
G = 22.17%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68334B (or 0x68334B) is known color: Tawny Port. HEX triplet: 68, 33 and 4B. RGB value is (104,51,75). Sum of RGB (Red+Green+Blue) = 104+51+75=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #68334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68334B is #97CCB4. Grayscale: #454545. Windows color (decimal): -9948341 or 4928360. OLE color: 4928360.

HSL color Cylindrical-coordinate representation of color #68334B: hue angle of 332.83º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68334B is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 51 75 -
CMYK 0 0.51 0.28 0.59
HSL 332.83º 0.34% 0.3% -
HSV(B) 332.83º 0.51% 0.41% -
XYZ 8.16 5.82 7.35 -
YUV 69.58 131.06 152.55 -
System Red Green Blue C M Y K H S L
Decimal 104 51 75 0 0.51 0.28 0.59 332.83 0.34 0.3
Hex 68 33 4B 0 33 1C 3B 14D 22 1E
Octal 150 63 113 0 63 34 73 515 42 36
Binary 1101000 110011 1001011 0 110011 11100 111011 101001101 100010 11110

Color Harmonies of #68334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68334B

Black with #68334B

Text Example


Text Example

White with #68334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68334B; }

 p { color: rgb(104,51,75); }

 H1.HeaderClassName
 {
   color: #68334B;
 }
 .AnyTagClassName
 {
   color: #68334B;
 }
</style>

background-color css

<style>
 a { background-color: #68334B; }

 a { background-color: rgb(104,51,75); }

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

border-color css

<style>
 span { border-color: #68334B; }

 span { border-color: rgb(104,51,75); }

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