Html Css Color HEX #6C2341 Pompadour

📋 copy color: '#6C2341'

red 108 ◦ green 35 ◦ blue 65

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

Shades of Pompadour #6C2341

Tints of Pompadour #6C2341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.25%

R = 51.92%
G = 16.83%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#6C2341 (or 0x6C2341) is known color: Pompadour. HEX triplet: 6C, 23 and 41. RGB value is (108,35,65). Sum of RGB (Red+Green+Blue) = 108+35+65=208 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.92% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2341 is #93DCBE. Grayscale: #3C3C3C. Windows color (decimal): -9690303 or 4268908. OLE color: 4268908.

HSL color Cylindrical-coordinate representation of color #6C2341: hue angle of 335.34º 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 #6C2341 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 35 65 -
CMYK 0 0.68 0.40 0.58
HSL 335.34º 0.51% 0.28% -
HSV(B) 335.34º 0.68% 0.42% -
XYZ 7.74 4.77 5.51 -
YUV 60.25 130.68 162.06 -
System Red Green Blue C M Y K H S L
Decimal 108 35 65 0 0.68 0.40 0.58 335.34 0.51 0.28
Hex 6C 23 41 0 44 28 3A 14F 33 1C
Octal 154 43 101 0 104 50 72 517 63 34
Binary 1101100 100011 1000001 0 1000100 101000 111010 101001111 110011 11100

Color Harmonies of #6C2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2341

Black with #6C2341

Text Example


Text Example

White with #6C2341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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