Html Css Color HEX #6C2743 Pompadour

📋 copy color: '#6C2743'

red 108 ◦ green 39 ◦ blue 67

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

Shades of Pompadour #6C2743

Tints of Pompadour #6C2743

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.22%

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

R = 50.47%
G = 18.22%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.58

RGB Variations

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

Color information

#6C2743 (or 0x6C2743) is known color: Pompadour. HEX triplet: 6C, 27 and 43. RGB value is (108,39,67). Sum of RGB (Red+Green+Blue) = 108+39+67=214 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.47% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2743 is #93D8BC. Grayscale: #3E3E3E. Windows color (decimal): -9689277 or 4401004. OLE color: 4401004.

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

Color convert

RGB 108 39 67 -
CMYK 0 0.64 0.38 0.58
HSL 335.65º 0.47% 0.29% -
HSV(B) 335.65º 0.64% 0.42% -
XYZ 7.92 5.04 5.87 -
YUV 62.82 130.36 160.22 -
System Red Green Blue C M Y K H S L
Decimal 108 39 67 0 0.64 0.38 0.58 335.65 0.47 0.29
Hex 6C 27 43 0 40 26 3A 150 2F 1D
Octal 154 47 103 0 100 46 72 520 57 35
Binary 1101100 100111 1000011 0 1000000 100110 111010 101010000 101111 11101

Color Harmonies of #6C2743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2743

Black with #6C2743

Text Example


Text Example

White with #6C2743

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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