Html Css Color HEX #681838 Pompadour

📋 copy color: '#681838'

red 104 ◦ green 24 ◦ blue 56

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

Shades of Pompadour #681838

Tints of Pompadour #681838

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.04%

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

R = 56.52%
G = 13.04%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#681838 (or 0x681838) is known color: Pompadour. HEX triplet: 68, 18 and 38. RGB value is (104,24,56). Sum of RGB (Red+Green+Blue) = 104+24+56=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 56 (22.27% from 255 or 30.43% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #681838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681838 is #97E7C7. Grayscale: #333333. Windows color (decimal): -9955272 or 3676264. OLE color: 3676264.

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

Color convert

RGB 104 24 56 -
CMYK 0 0.77 0.46 0.59
HSL 336º 0.63% 0.25% -
HSV(B) 336º 0.77% 0.41% -
XYZ 6.75 3.88 4.13 -
YUV 51.57 130.5 165.4 -
System Red Green Blue C M Y K H S L
Decimal 104 24 56 0 0.77 0.46 0.59 336 0.63 0.25
Hex 68 18 38 0 4D 2E 3B 150 3E 19
Octal 150 30 70 0 115 56 73 520 76 31
Binary 1101000 11000 111000 0 1001101 101110 111011 101010000 111110 11001

Color Harmonies of #681838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681838

Black with #681838

Text Example


Text Example

White with #681838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681838; }

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

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

background-color css

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

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

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

border-color css

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

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

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