Html Css Color HEX #691641 Pompadour

📋 copy color: '#691641'

red 105 ◦ green 22 ◦ blue 65

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

Shades of Pompadour #691641

Tints of Pompadour #691641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.46%

 BLUE value IS 65 (25.78% from 255) = 33.85%

R = 54.69%
G = 11.46%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#691641 (or 0x691641) is known color: Pompadour. HEX triplet: 69, 16 and 41. RGB value is (105,22,65). Sum of RGB (Red+Green+Blue) = 105+22+65=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #691641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691641 is #96E9BE. Grayscale: #333333. Windows color (decimal): -9890239 or 4265577. OLE color: 4265577.

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

Color convert

RGB 105 22 65 -
CMYK 0 0.79 0.38 0.59
HSL 328.92º 0.65% 0.25% -
HSV(B) 328.92º 0.79% 0.41% -
XYZ 7.07 3.96 5.39 -
YUV 51.72 135.5 166 -
System Red Green Blue C M Y K H S L
Decimal 105 22 65 0 0.79 0.38 0.59 328.92 0.65 0.25
Hex 69 16 41 0 4F 26 3B 149 41 19
Octal 151 26 101 0 117 46 73 511 101 31
Binary 1101001 10110 1000001 0 1001111 100110 111011 101001001 1000001 11001

Color Harmonies of #691641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691641

Black with #691641

Text Example


Text Example

White with #691641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691641; }

 p { color: rgb(105,22,65); }

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

background-color css

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

 a { background-color: rgb(105,22,65); }

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

border-color css

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

 span { border-color: rgb(105,22,65); }

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