Html Css Color HEX #682246 Pompadour

📋 copy color: '#682246'

red 104 ◦ green 34 ◦ blue 70

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

Shades of Pompadour #682246

Tints of Pompadour #682246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.35%

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

R = 50%
G = 16.35%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#682246 (or 0x682246) is known color: Pompadour. HEX triplet: 68, 22 and 46. RGB value is (104,34,70). Sum of RGB (Red+Green+Blue) = 104+34+70=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #682246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682246 is #97DDB9. Grayscale: #3A3A3A. Windows color (decimal): -9952698 or 4596328. OLE color: 4596328.

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

Color convert

RGB 104 34 70 -
CMYK 0 0.67 0.33 0.59
HSL 329.14º 0.51% 0.27% -
HSV(B) 329.14º 0.67% 0.41% -
XYZ 7.39 4.53 6.28 -
YUV 59.03 134.19 160.07 -
System Red Green Blue C M Y K H S L
Decimal 104 34 70 0 0.67 0.33 0.59 329.14 0.51 0.27
Hex 68 22 46 0 43 21 3B 149 33 1B
Octal 150 42 106 0 103 41 73 511 63 33
Binary 1101000 100010 1000110 0 1000011 100001 111011 101001001 110011 11011

Color Harmonies of #682246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682246

Black with #682246

Text Example


Text Example

White with #682246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682246; }

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

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

background-color css

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

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

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

border-color css

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

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

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