Html Css Color HEX #6B1746 Pompadour

📋 copy color: '#6B1746'

red 107 ◦ green 23 ◦ blue 70

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

Shades of Pompadour #6B1746

Tints of Pompadour #6B1746

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.5%

 BLUE value IS 70 (27.73% from 255) = 35%

R = 53.5%
G = 11.5%
B = 35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.58

RGB Variations

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

Color information

#6B1746 (or 0x6B1746) is known color: Pompadour. HEX triplet: 6B, 17 and 46. RGB value is (107,23,70). Sum of RGB (Red+Green+Blue) = 107+23+70=200 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1746 is #94E8B9. Grayscale: #353535. Windows color (decimal): -9758906 or 4593515. OLE color: 4593515.

HSL color Cylindrical-coordinate representation of color #6B1746: hue angle of 326.43º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B1746 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 23 70 -
CMYK 0 0.79 0.35 0.58
HSL 326.43º 0.65% 0.25% -
HSV(B) 326.43º 0.79% 0.42% -
XYZ 7.48 4.18 6.21 -
YUV 53.47 137.33 166.18 -
System Red Green Blue C M Y K H S L
Decimal 107 23 70 0 0.79 0.35 0.58 326.43 0.65 0.25
Hex 6B 17 46 0 4F 23 3A 146 41 19
Octal 153 27 106 0 117 43 72 506 101 31
Binary 1101011 10111 1000110 0 1001111 100011 111010 101000110 1000001 11001

Color Harmonies of #6B1746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1746

Black with #6B1746

Text Example


Text Example

White with #6B1746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,23,70); }

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

background-color css

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

 a { background-color: rgb(107,23,70); }

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

border-color css

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

 span { border-color: rgb(107,23,70); }

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