Html Css Color HEX #6C2446 Pompadour

📋 copy color: '#6C2446'

red 108 ◦ green 36 ◦ blue 70

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

Shades of Pompadour #6C2446

Tints of Pompadour #6C2446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 32.71%

R = 50.47%
G = 16.82%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.58

RGB Variations

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

Color information

#6C2446 (or 0x6C2446) is known color: Pompadour. HEX triplet: 6C, 24 and 46. RGB value is (108,36,70). Sum of RGB (Red+Green+Blue) = 108+36+70=214 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.47% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2446 is #93DBB9. Grayscale: #3D3D3D. Windows color (decimal): -9690042 or 4596844. OLE color: 4596844.

HSL color Cylindrical-coordinate representation of color #6C2446: hue angle of 331.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 #6C2446 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 36 70 -
CMYK 0 0.67 0.35 0.58
HSL 331.67º 0.5% 0.28% -
HSV(B) 331.67º 0.67% 0.42% -
XYZ 7.92 4.89 6.32 -
YUV 61.4 132.85 161.24 -
System Red Green Blue C M Y K H S L
Decimal 108 36 70 0 0.67 0.35 0.58 331.67 0.5 0.28
Hex 6C 24 46 0 43 23 3A 14C 32 1C
Octal 154 44 106 0 103 43 72 514 62 34
Binary 1101100 100100 1000110 0 1000011 100011 111010 101001100 110010 11100

Color Harmonies of #6C2446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2446

Black with #6C2446

Text Example


Text Example

White with #6C2446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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