Html Css Color HEX #6C1542 Pompadour

📋 copy color: '#6C1542'

red 108 ◦ green 21 ◦ blue 66

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

Shades of Pompadour #6C1542

Tints of Pompadour #6C1542

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.77%

 BLUE value IS 66 (26.17% from 255) = 33.85%

R = 55.38%
G = 10.77%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#6C1542 (or 0x6C1542) is known color: Pompadour. HEX triplet: 6C, 15 and 42. RGB value is (108,21,66). Sum of RGB (Red+Green+Blue) = 108+21+66=195 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.38% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1542 is #93EABD. Grayscale: #343434. Windows color (decimal): -9693886 or 4330860. OLE color: 4330860.

HSL color Cylindrical-coordinate representation of color #6C1542: hue angle of 328.97º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C1542 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 21 66 -
CMYK 0 0.81 0.39 0.58
HSL 328.97º 0.67% 0.25% -
HSV(B) 328.97º 0.81% 0.42% -
XYZ 7.44 4.12 5.56 -
YUV 52.14 135.82 167.84 -
System Red Green Blue C M Y K H S L
Decimal 108 21 66 0 0.81 0.39 0.58 328.97 0.67 0.25
Hex 6C 15 42 0 51 27 3A 149 43 19
Octal 154 25 102 0 121 47 72 511 103 31
Binary 1101100 10101 1000010 0 1010001 100111 111010 101001001 1000011 11001

Color Harmonies of #6C1542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1542

Black with #6C1542

Text Example


Text Example

White with #6C1542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,21,66); }

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

background-color css

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

 a { background-color: rgb(108,21,66); }

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

border-color css

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

 span { border-color: rgb(108,21,66); }

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