Html Css Color HEX #68384B Tawny Port

📋 copy color: '#68384B'

red 104 ◦ green 56 ◦ blue 75

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

Shades of Tawny Port #68384B

Tints of Tawny Port #68384B

RGB

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

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

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

R = 44.26%
G = 23.83%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68384B (or 0x68384B) is known color: Tawny Port. HEX triplet: 68, 38 and 4B. RGB value is (104,56,75). Sum of RGB (Red+Green+Blue) = 104+56+75=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #68384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68384B is #97C7B4. Grayscale: #484848. Windows color (decimal): -9947061 or 4929640. OLE color: 4929640.

HSL color Cylindrical-coordinate representation of color #68384B: hue angle of 336.25º 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 #68384B is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 56 75 -
CMYK 0 0.46 0.28 0.59
HSL 336.25º 0.3% 0.31% -
HSV(B) 336.25º 0.46% 0.41% -
XYZ 8.39 6.28 7.43 -
YUV 72.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 104 56 75 0 0.46 0.28 0.59 336.25 0.3 0.31
Hex 68 38 4B 0 2E 1C 3B 150 1E 1F
Octal 150 70 113 0 56 34 73 520 36 37
Binary 1101000 111000 1001011 0 101110 11100 111011 101010000 11110 11111

Color Harmonies of #68384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68384B

Black with #68384B

Text Example


Text Example

White with #68384B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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