Html Css Color HEX #682647 Pompadour

📋 copy color: '#682647'

red 104 ◦ green 38 ◦ blue 71

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

Shades of Pompadour #682647

Tints of Pompadour #682647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 33.33%

R = 48.83%
G = 17.84%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#682647 (or 0x682647) is known color: Pompadour. HEX triplet: 68, 26 and 47. RGB value is (104,38,71). Sum of RGB (Red+Green+Blue) = 104+38+71=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #682647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682647 is #97D9B8. Grayscale: #3D3D3D. Windows color (decimal): -9951673 or 4662888. OLE color: 4662888.

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

Color convert

RGB 104 38 71 -
CMYK 0 0.63 0.32 0.59
HSL 330º 0.46% 0.28% -
HSV(B) 330º 0.63% 0.41% -
XYZ 7.54 4.78 6.49 -
YUV 61.5 133.37 158.32 -
System Red Green Blue C M Y K H S L
Decimal 104 38 71 0 0.63 0.32 0.59 330 0.46 0.28
Hex 68 26 47 0 3F 20 3B 14A 2E 1C
Octal 150 46 107 0 77 40 73 512 56 34
Binary 1101000 100110 1000111 0 111111 100000 111011 101001010 101110 11100

Color Harmonies of #682647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682647

Black with #682647

Text Example


Text Example

White with #682647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682647; }

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

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

background-color css

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

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

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

border-color css

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

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

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