Html Css Color HEX #6C2343 Pompadour

📋 copy color: '#6C2343'

red 108 ◦ green 35 ◦ blue 67

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

Shades of Pompadour #6C2343

Tints of Pompadour #6C2343

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.67%

 BLUE value IS 67 (26.56% from 255) = 31.9%

R = 51.43%
G = 16.67%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.58

RGB Variations

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

Color information

#6C2343 (or 0x6C2343) is known color: Pompadour. HEX triplet: 6C, 23 and 43. RGB value is (108,35,67). Sum of RGB (Red+Green+Blue) = 108+35+67=210 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.43% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2343 is #93DCBC. Grayscale: #3C3C3C. Windows color (decimal): -9690301 or 4399980. OLE color: 4399980.

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

Color convert

RGB 108 35 67 -
CMYK 0 0.68 0.38 0.58
HSL 333.7º 0.51% 0.28% -
HSV(B) 333.7º 0.68% 0.42% -
XYZ 7.8 4.8 5.82 -
YUV 60.48 131.68 161.9 -
System Red Green Blue C M Y K H S L
Decimal 108 35 67 0 0.68 0.38 0.58 333.7 0.51 0.28
Hex 6C 23 43 0 44 26 3A 14E 33 1C
Octal 154 43 103 0 104 46 72 516 63 34
Binary 1101100 100011 1000011 0 1000100 100110 111010 101001110 110011 11100

Color Harmonies of #6C2343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2343

Black with #6C2343

Text Example


Text Example

White with #6C2343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,35,67); }

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

background-color css

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

 a { background-color: rgb(108,35,67); }

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

border-color css

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

 span { border-color: rgb(108,35,67); }

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