Html Css Color HEX #682644 Pompadour

📋 copy color: '#682644'

red 104 ◦ green 38 ◦ blue 68

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

Shades of Pompadour #682644

Tints of Pompadour #682644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 32.38%

R = 49.52%
G = 18.1%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#682644 (or 0x682644) is known color: Pompadour. HEX triplet: 68, 26 and 44. RGB value is (104,38,68). Sum of RGB (Red+Green+Blue) = 104+38+68=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #682644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682644 is #97D9BB. Grayscale: #3D3D3D. Windows color (decimal): -9951676 or 4466280. OLE color: 4466280.

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

Color convert

RGB 104 38 68 -
CMYK 0 0.63 0.35 0.59
HSL 332.73º 0.46% 0.28% -
HSV(B) 332.73º 0.63% 0.41% -
XYZ 7.45 4.75 5.99 -
YUV 61.15 131.87 158.56 -
System Red Green Blue C M Y K H S L
Decimal 104 38 68 0 0.63 0.35 0.59 332.73 0.46 0.28
Hex 68 26 44 0 3F 23 3B 14D 2E 1C
Octal 150 46 104 0 77 43 73 515 56 34
Binary 1101000 100110 1000100 0 111111 100011 111011 101001101 101110 11100

Color Harmonies of #682644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682644

Black with #682644

Text Example


Text Example

White with #682644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682644; }

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

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

background-color css

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

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

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

border-color css

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

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

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