Html Css Color HEX #6C2440 Pompadour

📋 copy color: '#6C2440'

red 108 ◦ green 36 ◦ blue 64

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

Shades of Pompadour #6C2440

Tints of Pompadour #6C2440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.31%

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

R = 51.92%
G = 17.31%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#6C2440 (or 0x6C2440) is known color: Pompadour. HEX triplet: 6C, 24 and 40. RGB value is (108,36,64). Sum of RGB (Red+Green+Blue) = 108+36+64=208 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.92% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2440 is #93DBBF. Grayscale: #3C3C3C. Windows color (decimal): -9690048 or 4203628. OLE color: 4203628.

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

Color convert

RGB 108 36 64 -
CMYK 0 0.67 0.41 0.58
HSL 336.67º 0.5% 0.28% -
HSV(B) 336.67º 0.67% 0.42% -
XYZ 7.74 4.82 5.37 -
YUV 60.72 129.85 161.72 -
System Red Green Blue C M Y K H S L
Decimal 108 36 64 0 0.67 0.41 0.58 336.67 0.5 0.28
Hex 6C 24 40 0 43 29 3A 151 32 1C
Octal 154 44 100 0 103 51 72 521 62 34
Binary 1101100 100100 1000000 0 1000011 101001 111010 101010001 110010 11100

Color Harmonies of #6C2440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2440

Black with #6C2440

Text Example


Text Example

White with #6C2440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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