Html Css Color HEX #691746 Pompadour

📋 copy color: '#691746'

red 105 ◦ green 23 ◦ blue 70

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

Shades of Pompadour #691746

Tints of Pompadour #691746

RGB

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

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

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

R = 53.03%
G = 11.62%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#691746 (or 0x691746) is known color: Pompadour. HEX triplet: 69, 17 and 46. RGB value is (105,23,70). Sum of RGB (Red+Green+Blue) = 105+23+70=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #691746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691746 is #96E8B9. Grayscale: #343434. Windows color (decimal): -9889978 or 4593513. OLE color: 4593513.

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

Color convert

RGB 105 23 70 -
CMYK 0 0.78 0.33 0.59
HSL 325.61º 0.64% 0.25% -
HSV(B) 325.61º 0.78% 0.41% -
XYZ 7.24 4.06 6.2 -
YUV 52.88 137.67 165.18 -
System Red Green Blue C M Y K H S L
Decimal 105 23 70 0 0.78 0.33 0.59 325.61 0.64 0.25
Hex 69 17 46 0 4E 21 3B 146 40 19
Octal 151 27 106 0 116 41 73 506 100 31
Binary 1101001 10111 1000110 0 1001110 100001 111011 101000110 1000000 11001

Color Harmonies of #691746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691746

Black with #691746

Text Example


Text Example

White with #691746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691746; }

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

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

background-color css

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

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

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

border-color css

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

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

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