Html Css Color HEX #682541 Pompadour

📋 copy color: '#682541'

red 104 ◦ green 37 ◦ blue 65

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

Shades of Pompadour #682541

Tints of Pompadour #682541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.96%

 BLUE value IS 65 (25.78% from 255) = 31.55%

R = 50.49%
G = 17.96%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#682541 (or 0x682541) is known color: Pompadour. HEX triplet: 68, 25 and 41. RGB value is (104,37,65). Sum of RGB (Red+Green+Blue) = 104+37+65=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #682541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682541 is #97DABE. Grayscale: #3C3C3C. Windows color (decimal): -9951935 or 4269416. OLE color: 4269416.

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

Color convert

RGB 104 37 65 -
CMYK 0 0.64 0.38 0.59
HSL 334.93º 0.48% 0.28% -
HSV(B) 334.93º 0.64% 0.41% -
XYZ 7.32 4.65 5.51 -
YUV 60.23 130.7 159.22 -
System Red Green Blue C M Y K H S L
Decimal 104 37 65 0 0.64 0.38 0.59 334.93 0.48 0.28
Hex 68 25 41 0 40 26 3B 14F 30 1C
Octal 150 45 101 0 100 46 73 517 60 34
Binary 1101000 100101 1000001 0 1000000 100110 111011 101001111 110000 11100

Color Harmonies of #682541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682541

Black with #682541

Text Example


Text Example

White with #682541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682541; }

 p { color: rgb(104,37,65); }

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

background-color css

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

 a { background-color: rgb(104,37,65); }

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

border-color css

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

 span { border-color: rgb(104,37,65); }

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