Html Css Color HEX #682344 Pompadour

📋 copy color: '#682344'

red 104 ◦ green 35 ◦ blue 68

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

Shades of Pompadour #682344

Tints of Pompadour #682344

RGB

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

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

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

R = 50.24%
G = 16.91%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#682344 (or 0x682344) is known color: Pompadour. HEX triplet: 68, 23 and 44. RGB value is (104,35,68). Sum of RGB (Red+Green+Blue) = 104+35+68=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #682344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682344 is #97DCBB. Grayscale: #3B3B3B. Windows color (decimal): -9952444 or 4465512. OLE color: 4465512.

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

Color convert

RGB 104 35 68 -
CMYK 0 0.66 0.35 0.59
HSL 331.3º 0.5% 0.27% -
HSV(B) 331.3º 0.66% 0.41% -
XYZ 7.35 4.56 5.96 -
YUV 59.39 132.86 159.82 -
System Red Green Blue C M Y K H S L
Decimal 104 35 68 0 0.66 0.35 0.59 331.3 0.5 0.27
Hex 68 23 44 0 42 23 3B 14B 32 1B
Octal 150 43 104 0 102 43 73 513 62 33
Binary 1101000 100011 1000100 0 1000010 100011 111011 101001011 110010 11011

Color Harmonies of #682344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682344

Black with #682344

Text Example


Text Example

White with #682344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682344; }

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

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

background-color css

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

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

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

border-color css

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

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

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