Html Css Color HEX #68384C Tawny Port

📋 copy color: '#68384C'

red 104 ◦ green 56 ◦ blue 76

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

Shades of Tawny Port #68384C

Tints of Tawny Port #68384C

RGB

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

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

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

R = 44.07%
G = 23.73%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#68384C (or 0x68384C) is known color: Tawny Port. HEX triplet: 68, 38 and 4C. RGB value is (104,56,76). Sum of RGB (Red+Green+Blue) = 104+56+76=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #68384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68384C is #97C7B3. Grayscale: #484848. Windows color (decimal): -9947060 or 4995176. OLE color: 4995176.

HSL color Cylindrical-coordinate representation of color #68384C: hue angle of 335º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68384C is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 56 76 -
CMYK 0 0.46 0.27 0.59
HSL 335º 0.3% 0.31% -
HSV(B) 335º 0.46% 0.41% -
XYZ 8.43 6.29 7.61 -
YUV 72.63 129.9 150.37 -
System Red Green Blue C M Y K H S L
Decimal 104 56 76 0 0.46 0.27 0.59 335 0.3 0.31
Hex 68 38 4C 0 2E 1B 3B 14F 1E 1F
Octal 150 70 114 0 56 33 73 517 36 37
Binary 1101000 111000 1001100 0 101110 11011 111011 101001111 11110 11111

Color Harmonies of #68384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68384C

Black with #68384C

Text Example


Text Example

White with #68384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68384C; }

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

 H1.HeaderClassName
 {
   color: #68384C;
 }
 .AnyTagClassName
 {
   color: #68384C;
 }
</style>

background-color css

<style>
 a { background-color: #68384C; }

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

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

border-color css

<style>
 span { border-color: #68384C; }

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

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