Html Css Color HEX #682648 Pompadour

📋 copy color: '#682648'

red 104 ◦ green 38 ◦ blue 72

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

Shades of Pompadour #682648

Tints of Pompadour #682648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 33.64%

R = 48.6%
G = 17.76%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#682648 (or 0x682648) is known color: Pompadour. HEX triplet: 68, 26 and 48. RGB value is (104,38,72). Sum of RGB (Red+Green+Blue) = 104+38+72=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #682648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682648 is #97D9B7. Grayscale: #3D3D3D. Windows color (decimal): -9951672 or 4728424. OLE color: 4728424.

HSL color Cylindrical-coordinate representation of color #682648: hue angle of 329.09º 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 #682648 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 38 72 -
CMYK 0 0.63 0.31 0.59
HSL 329.09º 0.46% 0.28% -
HSV(B) 329.09º 0.63% 0.41% -
XYZ 7.57 4.8 6.66 -
YUV 61.61 133.87 158.24 -
System Red Green Blue C M Y K H S L
Decimal 104 38 72 0 0.63 0.31 0.59 329.09 0.46 0.28
Hex 68 26 48 0 3F 1F 3B 149 2E 1C
Octal 150 46 110 0 77 37 73 511 56 34
Binary 1101000 100110 1001000 0 111111 11111 111011 101001001 101110 11100

Color Harmonies of #682648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682648

Black with #682648

Text Example


Text Example

White with #682648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682648; }

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

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

background-color css

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

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

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

border-color css

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

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

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