Html Css Color HEX #6D203D Pompadour

📋 copy color: '#6D203D'

red 109 ◦ green 32 ◦ blue 61

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

Shades of Pompadour #6D203D

Tints of Pompadour #6D203D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.84%

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

R = 53.96%
G = 15.84%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#6D203D (or 0x6D203D) is known color: Pompadour. HEX triplet: 6D, 20 and 3D. RGB value is (109,32,61). Sum of RGB (Red+Green+Blue) = 109+32+61=202 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.96% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 109 - color contains mainly: red. Hex color #6D203D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D203D is #92DFC2. Grayscale: #3A3A3A. Windows color (decimal): -9625539 or 4005997. OLE color: 4005997.

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

Color convert

RGB 109 32 61 -
CMYK 0 0.71 0.44 0.57
HSL 337.4º 0.55% 0.28% -
HSV(B) 337.4º 0.71% 0.43% -
XYZ 7.67 4.62 4.9 -
YUV 58.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 109 32 61 0 0.71 0.44 0.57 337.4 0.55 0.28
Hex 6D 20 3D 0 47 2C 39 151 37 1C
Octal 155 40 75 0 107 54 71 521 67 34
Binary 1101101 100000 111101 0 1000111 101100 111001 101010001 110111 11100

Color Harmonies of #6D203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D203D

Black with #6D203D

Text Example


Text Example

White with #6D203D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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