Html Css Color HEX #691346 Pompadour

📋 copy color: '#691346'

red 105 ◦ green 19 ◦ blue 70

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

Shades of Pompadour #691346

Tints of Pompadour #691346

RGB

 RED value IS 105 (41.41% from 255) = 54.12%

 GREEN value IS 19 (7.81% from 255) = 9.79%

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

R = 54.12%
G = 9.79%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#691346 (or 0x691346) is known color: Pompadour. HEX triplet: 69, 13 and 46. RGB value is (105,19,70). Sum of RGB (Red+Green+Blue) = 105+19+70=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #691346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691346 is #96ECB9. Grayscale: #323232. Windows color (decimal): -9891002 or 4592489. OLE color: 4592489.

HSL color Cylindrical-coordinate representation of color #691346: hue angle of 324.42º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #691346 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 19 70 -
CMYK 0 0.82 0.33 0.59
HSL 324.42º 0.69% 0.24% -
HSV(B) 324.42º 0.82% 0.41% -
XYZ 7.16 3.91 6.17 -
YUV 50.53 138.99 166.85 -
System Red Green Blue C M Y K H S L
Decimal 105 19 70 0 0.82 0.33 0.59 324.42 0.69 0.24
Hex 69 13 46 0 52 21 3B 144 45 18
Octal 151 23 106 0 122 41 73 504 105 30
Binary 1101001 10011 1000110 0 1010010 100001 111011 101000100 1000101 11000

Color Harmonies of #691346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691346

Black with #691346

Text Example


Text Example

White with #691346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691346; }

 p { color: rgb(105,19,70); }

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

background-color css

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

 a { background-color: rgb(105,19,70); }

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

border-color css

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

 span { border-color: rgb(105,19,70); }

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