Html Css Color HEX #6D113D Pompadour

📋 copy color: '#6D113D'

red 109 ◦ green 17 ◦ blue 61

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

Shades of Pompadour #6D113D

Tints of Pompadour #6D113D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.09%

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

R = 58.29%
G = 9.09%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#6D113D (or 0x6D113D) is known color: Pompadour. HEX triplet: 6D, 11 and 3D. RGB value is (109,17,61). Sum of RGB (Red+Green+Blue) = 109+17+61=187 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.29% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 109 - color contains mainly: red. Hex color #6D113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D113D is #92EEC2. Grayscale: #313131. Windows color (decimal): -9629379 or 4002157. OLE color: 4002157.

HSL color Cylindrical-coordinate representation of color #6D113D: hue angle of 331.3º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D113D is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 17 61 -
CMYK 0 0.84 0.44 0.57
HSL 331.3º 0.73% 0.25% -
HSV(B) 331.3º 0.84% 0.43% -
XYZ 7.35 3.99 4.8 -
YUV 49.52 134.48 170.42 -
System Red Green Blue C M Y K H S L
Decimal 109 17 61 0 0.84 0.44 0.57 331.3 0.73 0.25
Hex 6D 11 3D 0 54 2C 39 14B 49 19
Octal 155 21 75 0 124 54 71 513 111 31
Binary 1101101 10001 111101 0 1010100 101100 111001 101001011 1001001 11001

Color Harmonies of #6D113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D113D

Black with #6D113D

Text Example


Text Example

White with #6D113D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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