Html Css Color HEX #682946 Pompadour

📋 copy color: '#682946'

red 104 ◦ green 41 ◦ blue 70

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

Shades of Pompadour #682946

Tints of Pompadour #682946

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.07%

 BLUE value IS 70 (27.73% from 255) = 32.56%

R = 48.37%
G = 19.07%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#682946 (or 0x682946) is known color: Pompadour. HEX triplet: 68, 29 and 46. RGB value is (104,41,70). Sum of RGB (Red+Green+Blue) = 104+41+70=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #682946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682946 is #97D6B9. Grayscale: #3F3F3F. Windows color (decimal): -9950906 or 4598120. OLE color: 4598120.

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

Color convert

RGB 104 41 70 -
CMYK 0 0.61 0.33 0.59
HSL 332.38º 0.43% 0.28% -
HSV(B) 332.38º 0.61% 0.41% -
XYZ 7.61 4.97 6.35 -
YUV 63.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 104 41 70 0 0.61 0.33 0.59 332.38 0.43 0.28
Hex 68 29 46 0 3D 21 3B 14C 2B 1C
Octal 150 51 106 0 75 41 73 514 53 34
Binary 1101000 101001 1000110 0 111101 100001 111011 101001100 101011 11100

Color Harmonies of #682946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682946

Black with #682946

Text Example


Text Example

White with #682946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682946; }

 p { color: rgb(104,41,70); }

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

background-color css

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

 a { background-color: rgb(104,41,70); }

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

border-color css

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

 span { border-color: rgb(104,41,70); }

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