Html Css Color HEX #6D223F Pompadour

📋 copy color: '#6D223F'

red 109 ◦ green 34 ◦ blue 63

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

Shades of Pompadour #6D223F

Tints of Pompadour #6D223F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.5%

 BLUE value IS 63 (25% from 255) = 30.58%

R = 52.91%
G = 16.5%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.57

RGB Variations

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

Color information

#6D223F (or 0x6D223F) is known color: Pompadour. HEX triplet: 6D, 22 and 3F. RGB value is (109,34,63). Sum of RGB (Red+Green+Blue) = 109+34+63=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D223F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D223F is #92DDC0. Grayscale: #3B3B3B. Windows color (decimal): -9625025 or 4137581. OLE color: 4137581.

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

Color convert

RGB 109 34 63 -
CMYK 0 0.69 0.42 0.57
HSL 336.8º 0.52% 0.28% -
HSV(B) 336.8º 0.69% 0.43% -
XYZ 7.78 4.75 5.21 -
YUV 59.73 129.85 163.14 -
System Red Green Blue C M Y K H S L
Decimal 109 34 63 0 0.69 0.42 0.57 336.8 0.52 0.28
Hex 6D 22 3F 0 45 2A 39 151 34 1C
Octal 155 42 77 0 105 52 71 521 64 34
Binary 1101101 100010 111111 0 1000101 101010 111001 101010001 110100 11100

Color Harmonies of #6D223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D223F

Black with #6D223F

Text Example


Text Example

White with #6D223F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,34,63); }

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

background-color css

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

 a { background-color: rgb(109,34,63); }

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

border-color css

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

 span { border-color: rgb(109,34,63); }

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