Html Css Color HEX #682E45 Tawny Port

📋 copy color: '#682E45'

red 104 ◦ green 46 ◦ blue 69

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

Shades of Tawny Port #682E45

Tints of Tawny Port #682E45

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21%

 BLUE value IS 69 (27.34% from 255) = 31.51%

R = 47.49%
G = 21%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#682E45 (or 0x682E45) is known color: Tawny Port. HEX triplet: 68, 2E and 45. RGB value is (104,46,69). Sum of RGB (Red+Green+Blue) = 104+46+69=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #682E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682E45 is #97D1BA. Grayscale: #414141. Windows color (decimal): -9949627 or 4533864. OLE color: 4533864.

HSL color Cylindrical-coordinate representation of color #682E45: hue angle of 336.21º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #682E45 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 46 69 -
CMYK 0 0.56 0.34 0.59
HSL 336.21º 0.39% 0.29% -
HSV(B) 336.21º 0.56% 0.41% -
XYZ 7.76 5.33 6.25 -
YUV 65.96 129.72 155.13 -
System Red Green Blue C M Y K H S L
Decimal 104 46 69 0 0.56 0.34 0.59 336.21 0.39 0.29
Hex 68 2E 45 0 38 22 3B 150 27 1D
Octal 150 56 105 0 70 42 73 520 47 35
Binary 1101000 101110 1000101 0 111000 100010 111011 101010000 100111 11101

Color Harmonies of #682E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682E45

Black with #682E45

Text Example


Text Example

White with #682E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682E45; }

 p { color: rgb(104,46,69); }

 H1.HeaderClassName
 {
   color: #682E45;
 }
 .AnyTagClassName
 {
   color: #682E45;
 }
</style>

background-color css

<style>
 a { background-color: #682E45; }

 a { background-color: rgb(104,46,69); }

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

border-color css

<style>
 span { border-color: #682E45; }

 span { border-color: rgb(104,46,69); }

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