Html Css Color HEX #6B2944 Pompadour

📋 copy color: '#6B2944'

red 107 ◦ green 41 ◦ blue 68

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

Shades of Pompadour #6B2944

Tints of Pompadour #6B2944

RGB

 RED value IS 107 (42.19% from 255) = 49.54%

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

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

R = 49.54%
G = 18.98%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#6B2944 (or 0x6B2944) is known color: Pompadour. HEX triplet: 6B, 29 and 44. RGB value is (107,41,68). Sum of RGB (Red+Green+Blue) = 107+41+68=216 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.54% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2944 is #94D6BB. Grayscale: #3F3F3F. Windows color (decimal): -9754300 or 4467051. OLE color: 4467051.

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

Color convert

RGB 107 41 68 -
CMYK 0 0.62 0.36 0.58
HSL 335.45º 0.45% 0.29% -
HSV(B) 335.45º 0.62% 0.42% -
XYZ 7.9 5.13 6.04 -
YUV 63.81 130.37 158.8 -
System Red Green Blue C M Y K H S L
Decimal 107 41 68 0 0.62 0.36 0.58 335.45 0.45 0.29
Hex 6B 29 44 0 3E 24 3A 14F 2D 1D
Octal 153 51 104 0 76 44 72 517 55 35
Binary 1101011 101001 1000100 0 111110 100100 111010 101001111 101101 11101

Color Harmonies of #6B2944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2944

Black with #6B2944

Text Example


Text Example

White with #6B2944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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