Html Css Color HEX #682741 Pompadour

📋 copy color: '#682741'

red 104 ◦ green 39 ◦ blue 65

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

Shades of Pompadour #682741

Tints of Pompadour #682741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.75%

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

R = 50%
G = 18.75%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#682741 (or 0x682741) is known color: Pompadour. HEX triplet: 68, 27 and 41. RGB value is (104,39,65). Sum of RGB (Red+Green+Blue) = 104+39+65=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #682741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682741 is #97D8BE. Grayscale: #3D3D3D. Windows color (decimal): -9951423 or 4269928. OLE color: 4269928.

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

Color convert

RGB 104 39 65 -
CMYK 0 0.62 0.38 0.59
HSL 336º 0.45% 0.28% -
HSV(B) 336º 0.63% 0.41% -
XYZ 7.39 4.78 5.53 -
YUV 61.4 130.03 158.39 -
System Red Green Blue C M Y K H S L
Decimal 104 39 65 0 0.62 0.38 0.59 336 0.45 0.28
Hex 68 27 41 0 3E 26 3B 150 2D 1C
Octal 150 47 101 0 76 46 73 520 55 34
Binary 1101000 100111 1000001 0 111110 100110 111011 101010000 101101 11100

Color Harmonies of #682741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682741

Black with #682741

Text Example


Text Example

White with #682741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682741; }

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

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

background-color css

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

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

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

border-color css

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

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

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