Html Css Color HEX #68374B Tawny Port

📋 copy color: '#68374B'

red 104 ◦ green 55 ◦ blue 75

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

Shades of Tawny Port #68374B

Tints of Tawny Port #68374B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.5%

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

R = 44.44%
G = 23.5%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68374B (or 0x68374B) is known color: Tawny Port. HEX triplet: 68, 37 and 4B. RGB value is (104,55,75). Sum of RGB (Red+Green+Blue) = 104+55+75=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #68374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68374B is #97C8B4. Grayscale: #474747. Windows color (decimal): -9947317 or 4929384. OLE color: 4929384.

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

Color convert

RGB 104 55 75 -
CMYK 0 0.47 0.28 0.59
HSL 335.51º 0.31% 0.31% -
HSV(B) 335.51º 0.47% 0.41% -
XYZ 8.35 6.18 7.41 -
YUV 71.93 129.73 150.87 -
System Red Green Blue C M Y K H S L
Decimal 104 55 75 0 0.47 0.28 0.59 335.51 0.31 0.31
Hex 68 37 4B 0 2F 1C 3B 150 1F 1F
Octal 150 67 113 0 57 34 73 520 37 37
Binary 1101000 110111 1001011 0 101111 11100 111011 101010000 11111 11111

Color Harmonies of #68374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68374B

Black with #68374B

Text Example


Text Example

White with #68374B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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