Html Css Color HEX #6A2645 Pompadour

📋 copy color: '#6A2645'

red 106 ◦ green 38 ◦ blue 69

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

Shades of Pompadour #6A2645

Tints of Pompadour #6A2645

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.84%

 BLUE value IS 69 (27.34% from 255) = 32.39%

R = 49.77%
G = 17.84%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.58

RGB Variations

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

Color information

#6A2645 (or 0x6A2645) is known color: Pompadour. HEX triplet: 6A, 26 and 45. RGB value is (106,38,69). Sum of RGB (Red+Green+Blue) = 106+38+69=213 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.77% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2645 is #95D9BA. Grayscale: #3D3D3D. Windows color (decimal): -9820603 or 4531818. OLE color: 4531818.

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

Color convert

RGB 106 38 69 -
CMYK 0 0.64 0.35 0.58
HSL 332.65º 0.47% 0.28% -
HSV(B) 332.65º 0.64% 0.42% -
XYZ 7.71 4.88 6.17 -
YUV 61.87 132.03 159.48 -
System Red Green Blue C M Y K H S L
Decimal 106 38 69 0 0.64 0.35 0.58 332.65 0.47 0.28
Hex 6A 26 45 0 40 23 3A 14D 2F 1C
Octal 152 46 105 0 100 43 72 515 57 34
Binary 1101010 100110 1000101 0 1000000 100011 111010 101001101 101111 11100

Color Harmonies of #6A2645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2645

Black with #6A2645

Text Example


Text Example

White with #6A2645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,38,69); }

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

background-color css

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

 a { background-color: rgb(106,38,69); }

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

border-color css

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

 span { border-color: rgb(106,38,69); }

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