Html Css Color HEX #691540 Pompadour

📋 copy color: '#691540'

red 105 ◦ green 21 ◦ blue 64

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

Shades of Pompadour #691540

Tints of Pompadour #691540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.05%

 BLUE value IS 64 (25.39% from 255) = 33.68%

R = 55.26%
G = 11.05%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#691540 (or 0x691540) is known color: Pompadour. HEX triplet: 69, 15 and 40. RGB value is (105,21,64). Sum of RGB (Red+Green+Blue) = 105+21+64=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #691540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691540 is #96EABF. Grayscale: #323232. Windows color (decimal): -9890496 or 4199785. OLE color: 4199785.

HSL color Cylindrical-coordinate representation of color #691540: hue angle of 329.29º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #691540 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 21 64 -
CMYK 0 0.80 0.39 0.59
HSL 329.29º 0.67% 0.25% -
HSV(B) 329.29º 0.8% 0.41% -
XYZ 7.02 3.91 5.24 -
YUV 51.02 135.33 166.5 -
System Red Green Blue C M Y K H S L
Decimal 105 21 64 0 0.80 0.39 0.59 329.29 0.67 0.25
Hex 69 15 40 0 50 27 3B 149 43 19
Octal 151 25 100 0 120 47 73 511 103 31
Binary 1101001 10101 1000000 0 1010000 100111 111011 101001001 1000011 11001

Color Harmonies of #691540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691540

Black with #691540

Text Example


Text Example

White with #691540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691540; }

 p { color: rgb(105,21,64); }

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

background-color css

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

 a { background-color: rgb(105,21,64); }

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

border-color css

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

 span { border-color: rgb(105,21,64); }

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