#682C4B

Color #682C4B Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #682C4B

Tints of Pompadour #682C4B

Color information

#682C4B (or 0x682C4B) is unknown color: approx Pompadour. HEX triplet: 68, 2C and 4B. RGB value is (104,44,75). Sum of RGB (Red+Green+Blue) = 104+44+75=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #682C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C4B is #97D3B4. Grayscale: #414141. Windows color (decimal): -9950133 or 4926568. OLE color: 4926568.

HSL color Cylindrical-coordinate representation of color #682C4B: hue angle of 329º 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 #682C4B is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1044475-
CMYK00.580.280.59
HSL329º40.54%29.02%-
HSV(B)329º57.69%40.78%-
XYZ7.885.257.26-
YUV65.47133.38155.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.64%
GREEN value IS 44 (17.58% from 255) = 19.73%
BLUE value IS 75 (29.69% from 255) = 33.63%
R=46.64%
G=19.73%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104447500.580.280.5932940.5429.02
Hex682C4B03A1C3B149291d
Octal1505411307234735115135
Binary1101000101100100101101110101110011101110100100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #682C4B;
 }
 .AnyTagClassName
 {
   color: #682C4B;
 }
</style>
background-color css

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

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

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

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

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

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