Html Css Color HEX #681746 Pompadour

📋 copy color: '#681746'

red 104 ◦ green 23 ◦ blue 70

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

Shades of Pompadour #681746

Tints of Pompadour #681746

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.68%

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

R = 52.79%
G = 11.68%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#681746 (or 0x681746) is known color: Pompadour. HEX triplet: 68, 17 and 46. RGB value is (104,23,70). Sum of RGB (Red+Green+Blue) = 104+23+70=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #681746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681746 is #97E8B9. Grayscale: #343434. Windows color (decimal): -9955514 or 4593512. OLE color: 4593512.

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

Color convert

RGB 104 23 70 -
CMYK 0 0.78 0.33 0.59
HSL 325.19º 0.64% 0.25% -
HSV(B) 325.19º 0.78% 0.41% -
XYZ 7.12 4 6.19 -
YUV 52.58 137.84 164.68 -
System Red Green Blue C M Y K H S L
Decimal 104 23 70 0 0.78 0.33 0.59 325.19 0.64 0.25
Hex 68 17 46 0 4E 21 3B 145 40 19
Octal 150 27 106 0 116 41 73 505 100 31
Binary 1101000 10111 1000110 0 1001110 100001 111011 101000101 1000000 11001

Color Harmonies of #681746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681746

Black with #681746

Text Example


Text Example

White with #681746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681746; }

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

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

background-color css

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

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

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

border-color css

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

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

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