Html Css Color HEX #682746 Pompadour

📋 copy color: '#682746'

red 104 ◦ green 39 ◦ blue 70

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

Shades of Pompadour #682746

Tints of Pompadour #682746

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.31%

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

R = 48.83%
G = 18.31%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#682746 (or 0x682746) is known color: Pompadour. HEX triplet: 68, 27 and 46. RGB value is (104,39,70). Sum of RGB (Red+Green+Blue) = 104+39+70=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #682746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682746 is #97D8B9. Grayscale: #3D3D3D. Windows color (decimal): -9951418 or 4597608. OLE color: 4597608.

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

Color convert

RGB 104 39 70 -
CMYK 0 0.62 0.33 0.59
HSL 331.38º 0.45% 0.28% -
HSV(B) 331.38º 0.63% 0.41% -
XYZ 7.54 4.84 6.33 -
YUV 61.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 104 39 70 0 0.62 0.33 0.59 331.38 0.45 0.28
Hex 68 27 46 0 3E 21 3B 14B 2D 1C
Octal 150 47 106 0 76 41 73 513 55 34
Binary 1101000 100111 1000110 0 111110 100001 111011 101001011 101101 11100

Color Harmonies of #682746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682746

Black with #682746

Text Example


Text Example

White with #682746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682746; }

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

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

background-color css

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

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

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

border-color css

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

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

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