Html Css Color HEX #682642 Pompadour

📋 copy color: '#682642'

red 104 ◦ green 38 ◦ blue 66

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

Shades of Pompadour #682642

Tints of Pompadour #682642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 31.73%

R = 50%
G = 18.27%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#682642 (or 0x682642) is known color: Pompadour. HEX triplet: 68, 26 and 42. RGB value is (104,38,66). Sum of RGB (Red+Green+Blue) = 104+38+66=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #682642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682642 is #97D9BD. Grayscale: #3C3C3C. Windows color (decimal): -9951678 or 4335208. OLE color: 4335208.

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

Color convert

RGB 104 38 66 -
CMYK 0 0.63 0.37 0.59
HSL 334.55º 0.46% 0.28% -
HSV(B) 334.55º 0.63% 0.41% -
XYZ 7.39 4.72 5.68 -
YUV 60.93 130.87 158.72 -
System Red Green Blue C M Y K H S L
Decimal 104 38 66 0 0.63 0.37 0.59 334.55 0.46 0.28
Hex 68 26 42 0 3F 25 3B 14F 2E 1C
Octal 150 46 102 0 77 45 73 517 56 34
Binary 1101000 100110 1000010 0 111111 100101 111011 101001111 101110 11100

Color Harmonies of #682642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682642

Black with #682642

Text Example


Text Example

White with #682642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682642; }

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

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

background-color css

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

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

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

border-color css

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

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

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