Html Css Color HEX #682641 Pompadour

📋 copy color: '#682641'

red 104 ◦ green 38 ◦ blue 65

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

Shades of Pompadour #682641

Tints of Pompadour #682641

RGB

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

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

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

R = 50.24%
G = 18.36%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#682641 (or 0x682641) is known color: Pompadour. HEX triplet: 68, 26 and 41. RGB value is (104,38,65). Sum of RGB (Red+Green+Blue) = 104+38+65=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #682641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682641 is #97D9BE. Grayscale: #3C3C3C. Windows color (decimal): -9951679 or 4269672. OLE color: 4269672.

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

Color convert

RGB 104 38 65 -
CMYK 0 0.63 0.38 0.59
HSL 335.45º 0.46% 0.28% -
HSV(B) 335.45º 0.63% 0.41% -
XYZ 7.36 4.71 5.52 -
YUV 60.81 130.37 158.8 -
System Red Green Blue C M Y K H S L
Decimal 104 38 65 0 0.63 0.38 0.59 335.45 0.46 0.28
Hex 68 26 41 0 3F 26 3B 14F 2E 1C
Octal 150 46 101 0 77 46 73 517 56 34
Binary 1101000 100110 1000001 0 111111 100110 111011 101001111 101110 11100

Color Harmonies of #682641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682641

Black with #682641

Text Example


Text Example

White with #682641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682641; }

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

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

background-color css

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

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

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

border-color css

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

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

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