Html Css Color HEX #6A173D Pompadour

📋 copy color: '#6A173D'

red 106 ◦ green 23 ◦ blue 61

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

Shades of Pompadour #6A173D

Tints of Pompadour #6A173D

RGB

 RED value IS 106 (41.8% from 255) = 55.79%

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

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

R = 55.79%
G = 12.11%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#6A173D (or 0x6A173D) is known color: Pompadour. HEX triplet: 6A, 17 and 3D. RGB value is (106,23,61). Sum of RGB (Red+Green+Blue) = 106+23+61=190 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.79% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 106 - color contains mainly: red. Hex color #6A173D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A173D is #95E8C2. Grayscale: #343434. Windows color (decimal): -9824451 or 4003690. OLE color: 4003690.

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

Color convert

RGB 106 23 61 -
CMYK 0 0.78 0.42 0.58
HSL 332.53º 0.64% 0.25% -
HSV(B) 332.53º 0.78% 0.42% -
XYZ 7.09 4.01 4.82 -
YUV 52.15 133 166.41 -
System Red Green Blue C M Y K H S L
Decimal 106 23 61 0 0.78 0.42 0.58 332.53 0.64 0.25
Hex 6A 17 3D 0 4E 2A 3A 14D 40 19
Octal 152 27 75 0 116 52 72 515 100 31
Binary 1101010 10111 111101 0 1001110 101010 111010 101001101 1000000 11001

Color Harmonies of #6A173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A173D

Black with #6A173D

Text Example


Text Example

White with #6A173D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,23,61); }

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

background-color css

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

 a { background-color: rgb(106,23,61); }

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

border-color css

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

 span { border-color: rgb(106,23,61); }

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