Html Css Color HEX #682C47 Pompadour

📋 copy color: '#682C47'

red 104 ◦ green 44 ◦ blue 71

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

Shades of Pompadour #682C47

Tints of Pompadour #682C47

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.09%

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

R = 47.49%
G = 20.09%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#682C47 (or 0x682C47) is known color: Pompadour. HEX triplet: 68, 2C and 47. RGB value is (104,44,71). Sum of RGB (Red+Green+Blue) = 104+44+71=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #682C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C47 is #97D3B8. Grayscale: #404040. Windows color (decimal): -9950137 or 4664424. OLE color: 4664424.

HSL color Cylindrical-coordinate representation of color #682C47: hue angle of 333º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #682C47 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 44 71 -
CMYK 0 0.58 0.32 0.59
HSL 333º 0.41% 0.29% -
HSV(B) 333º 0.58% 0.41% -
XYZ 7.75 5.2 6.56 -
YUV 65.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 104 44 71 0 0.58 0.32 0.59 333 0.41 0.29
Hex 68 2C 47 0 3A 20 3B 14D 29 1D
Octal 150 54 107 0 72 40 73 515 51 35
Binary 1101000 101100 1000111 0 111010 100000 111011 101001101 101001 11101

Color Harmonies of #682C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682C47

Black with #682C47

Text Example


Text Example

White with #682C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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