Html Css Color HEX #6C2944 Pompadour

📋 copy color: '#6C2944'

red 108 ◦ green 41 ◦ blue 68

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

Shades of Pompadour #6C2944

Tints of Pompadour #6C2944

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.89%

 BLUE value IS 68 (26.95% from 255) = 31.34%

R = 49.77%
G = 18.89%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.58

RGB Variations

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

Color information

#6C2944 (or 0x6C2944) is known color: Pompadour. HEX triplet: 6C, 29 and 44. RGB value is (108,41,68). Sum of RGB (Red+Green+Blue) = 108+41+68=217 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.77% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2944 is #93D6BB. Grayscale: #404040. Windows color (decimal): -9688764 or 4467052. OLE color: 4467052.

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

Color convert

RGB 108 41 68 -
CMYK 0 0.62 0.37 0.58
HSL 335.82º 0.45% 0.29% -
HSV(B) 335.82º 0.62% 0.42% -
XYZ 8.02 5.19 6.05 -
YUV 64.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 108 41 68 0 0.62 0.37 0.58 335.82 0.45 0.29
Hex 6C 29 44 0 3E 25 3A 150 2D 1D
Octal 154 51 104 0 76 45 72 520 55 35
Binary 1101100 101001 1000100 0 111110 100101 111010 101010000 101101 11101

Color Harmonies of #6C2944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2944

Black with #6C2944

Text Example


Text Example

White with #6C2944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,41,68); }

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

background-color css

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

 a { background-color: rgb(108,41,68); }

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

border-color css

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

 span { border-color: rgb(108,41,68); }

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