Html Css Color HEX #681638 Pompadour

📋 copy color: '#681638'

red 104 ◦ green 22 ◦ blue 56

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

Shades of Pompadour #681638

Tints of Pompadour #681638

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.09%

 BLUE value IS 56 (22.27% from 255) = 30.77%

R = 57.14%
G = 12.09%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#681638 (or 0x681638) is known color: Pompadour. HEX triplet: 68, 16 and 38. RGB value is (104,22,56). Sum of RGB (Red+Green+Blue) = 104+22+56=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #681638 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681638 is #97E9C7. Grayscale: #323232. Windows color (decimal): -9955784 or 3675752. OLE color: 3675752.

HSL color Cylindrical-coordinate representation of color #681638: hue angle of 335.12º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #681638 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 22 56 -
CMYK 0 0.79 0.46 0.59
HSL 335.12º 0.65% 0.25% -
HSV(B) 335.12º 0.79% 0.41% -
XYZ 6.71 3.8 4.12 -
YUV 50.39 131.17 166.24 -
System Red Green Blue C M Y K H S L
Decimal 104 22 56 0 0.79 0.46 0.59 335.12 0.65 0.25
Hex 68 16 38 0 4F 2E 3B 14F 41 19
Octal 150 26 70 0 117 56 73 517 101 31
Binary 1101000 10110 111000 0 1001111 101110 111011 101001111 1000001 11001

Color Harmonies of #681638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681638

Black with #681638

Text Example


Text Example

White with #681638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681638; }

 p { color: rgb(104,22,56); }

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

background-color css

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

 a { background-color: rgb(104,22,56); }

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

border-color css

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

 span { border-color: rgb(104,22,56); }

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