Html Css Color HEX #6C1838 Pompadour

📋 copy color: '#6C1838'

red 108 ◦ green 24 ◦ blue 56

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

Shades of Pompadour #6C1838

Tints of Pompadour #6C1838

RGB

 RED value IS 108 (42.58% from 255) = 57.45%

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

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

R = 57.45%
G = 12.77%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.58

RGB Variations

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

Color information

#6C1838 (or 0x6C1838) is known color: Pompadour. HEX triplet: 6C, 18 and 38. RGB value is (108,24,56). Sum of RGB (Red+Green+Blue) = 108+24+56=188 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.45% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 56 (22.27% from 255 or 29.79% from 188); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1838 is #93E7C7. Grayscale: #343434. Windows color (decimal): -9693128 or 3676268. OLE color: 3676268.

HSL color Cylindrical-coordinate representation of color #6C1838: hue angle of 337.14º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C1838 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 24 56 -
CMYK 0 0.78 0.48 0.58
HSL 337.14º 0.64% 0.26% -
HSV(B) 337.14º 0.78% 0.42% -
XYZ 7.22 4.13 4.16 -
YUV 52.76 129.83 167.4 -
System Red Green Blue C M Y K H S L
Decimal 108 24 56 0 0.78 0.48 0.58 337.14 0.64 0.26
Hex 6C 18 38 0 4E 30 3A 151 40 1A
Octal 154 30 70 0 116 60 72 521 100 32
Binary 1101100 11000 111000 0 1001110 110000 111010 101010001 1000000 11010

Color Harmonies of #6C1838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1838

Black with #6C1838

Text Example


Text Example

White with #6C1838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C1838; }

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

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

background-color css

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

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

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

border-color css

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

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

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