Html Css Color HEX #682341 Pompadour

📋 copy color: '#682341'

red 104 ◦ green 35 ◦ blue 65

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

Shades of Pompadour #682341

Tints of Pompadour #682341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.16%

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

R = 50.98%
G = 17.16%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#682341 (or 0x682341) is known color: Pompadour. HEX triplet: 68, 23 and 41. RGB value is (104,35,65). Sum of RGB (Red+Green+Blue) = 104+35+65=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #682341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682341 is #97DCBE. Grayscale: #3A3A3A. Windows color (decimal): -9952447 or 4268904. OLE color: 4268904.

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

Color convert

RGB 104 35 65 -
CMYK 0 0.66 0.38 0.59
HSL 333.91º 0.5% 0.27% -
HSV(B) 333.91º 0.66% 0.41% -
XYZ 7.26 4.53 5.49 -
YUV 59.05 131.36 160.06 -
System Red Green Blue C M Y K H S L
Decimal 104 35 65 0 0.66 0.38 0.59 333.91 0.5 0.27
Hex 68 23 41 0 42 26 3B 14E 32 1B
Octal 150 43 101 0 102 46 73 516 62 33
Binary 1101000 100011 1000001 0 1000010 100110 111011 101001110 110010 11011

Color Harmonies of #682341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682341

Black with #682341

Text Example


Text Example

White with #682341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682341; }

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

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

background-color css

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

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

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

border-color css

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

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

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