Html Css Color HEX #6D163D Pompadour

📋 copy color: '#6D163D'

red 109 ◦ green 22 ◦ blue 61

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

Shades of Pompadour #6D163D

Tints of Pompadour #6D163D

RGB

 RED value IS 109 (42.97% from 255) = 56.77%

 GREEN value IS 22 (8.98% from 255) = 11.46%

 BLUE value IS 61 (24.22% from 255) = 31.77%

R = 56.77%
G = 11.46%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#6D163D (or 0x6D163D) is known color: Pompadour. HEX triplet: 6D, 16 and 3D. RGB value is (109,22,61). Sum of RGB (Red+Green+Blue) = 109+22+61=192 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.77% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 109 - color contains mainly: red. Hex color #6D163D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D163D is #92E9C2. Grayscale: #343434. Windows color (decimal): -9628099 or 4003437. OLE color: 4003437.

HSL color Cylindrical-coordinate representation of color #6D163D: hue angle of 333.1º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D163D is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 22 61 -
CMYK 0 0.80 0.44 0.57
HSL 333.1º 0.66% 0.26% -
HSV(B) 333.1º 0.8% 0.43% -
XYZ 7.44 4.16 4.83 -
YUV 52.46 132.82 168.33 -
System Red Green Blue C M Y K H S L
Decimal 109 22 61 0 0.80 0.44 0.57 333.1 0.66 0.26
Hex 6D 16 3D 0 50 2C 39 14D 42 1A
Octal 155 26 75 0 120 54 71 515 102 32
Binary 1101101 10110 111101 0 1010000 101100 111001 101001101 1000010 11010

Color Harmonies of #6D163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D163D

Black with #6D163D

Text Example


Text Example

White with #6D163D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,22,61); }

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

background-color css

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

 a { background-color: rgb(109,22,61); }

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

border-color css

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

 span { border-color: rgb(109,22,61); }

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