Html Css Color HEX #6C1640 Pompadour

📋 copy color: '#6C1640'

red 108 ◦ green 22 ◦ blue 64

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

Shades of Pompadour #6C1640

Tints of Pompadour #6C1640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 32.99%

R = 55.67%
G = 11.34%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#6C1640 (or 0x6C1640) is known color: Pompadour. HEX triplet: 6C, 16 and 40. RGB value is (108,22,64). Sum of RGB (Red+Green+Blue) = 108+22+64=194 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.67% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1640 is #93E9BF. Grayscale: #343434. Windows color (decimal): -9693632 or 4200044. OLE color: 4200044.

HSL color Cylindrical-coordinate representation of color #6C1640: hue angle of 330.7º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C1640 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 22 64 -
CMYK 0 0.80 0.41 0.58
HSL 330.7º 0.66% 0.25% -
HSV(B) 330.7º 0.8% 0.42% -
XYZ 7.4 4.13 5.26 -
YUV 52.5 134.49 167.58 -
System Red Green Blue C M Y K H S L
Decimal 108 22 64 0 0.80 0.41 0.58 330.7 0.66 0.25
Hex 6C 16 40 0 50 29 3A 14B 42 19
Octal 154 26 100 0 120 51 72 513 102 31
Binary 1101100 10110 1000000 0 1010000 101001 111010 101001011 1000010 11001

Color Harmonies of #6C1640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1640

Black with #6C1640

Text Example


Text Example

White with #6C1640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,22,64); }

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

background-color css

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

 a { background-color: rgb(108,22,64); }

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

border-color css

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

 span { border-color: rgb(108,22,64); }

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