Html Css Color HEX #682646 Pompadour

📋 copy color: '#682646'

red 104 ◦ green 38 ◦ blue 70

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

Shades of Pompadour #682646

Tints of Pompadour #682646

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.92%

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

R = 49.06%
G = 17.92%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#682646 (or 0x682646) is known color: Pompadour. HEX triplet: 68, 26 and 46. RGB value is (104,38,70). Sum of RGB (Red+Green+Blue) = 104+38+70=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #682646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682646 is #97D9B9. Grayscale: #3D3D3D. Windows color (decimal): -9951674 or 4597352. OLE color: 4597352.

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

Color convert

RGB 104 38 70 -
CMYK 0 0.63 0.33 0.59
HSL 330.91º 0.46% 0.28% -
HSV(B) 330.91º 0.63% 0.41% -
XYZ 7.51 4.77 6.32 -
YUV 61.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 104 38 70 0 0.63 0.33 0.59 330.91 0.46 0.28
Hex 68 26 46 0 3F 21 3B 14B 2E 1C
Octal 150 46 106 0 77 41 73 513 56 34
Binary 1101000 100110 1000110 0 111111 100001 111011 101001011 101110 11100

Color Harmonies of #682646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682646

Black with #682646

Text Example


Text Example

White with #682646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682646; }

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

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

background-color css

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

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

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

border-color css

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

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

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