Html Css Color HEX #691336 Pompadour

📋 copy color: '#691336'

red 105 ◦ green 19 ◦ blue 54

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

Shades of Pompadour #691336

Tints of Pompadour #691336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 30.34%

R = 58.99%
G = 10.67%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#691336 (or 0x691336) is known color: Pompadour. HEX triplet: 69, 13 and 36. RGB value is (105,19,54). Sum of RGB (Red+Green+Blue) = 105+19+54=178 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.99% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 105 - color contains mainly: red. Hex color #691336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691336 is #96ECC9. Grayscale: #303030. Windows color (decimal): -9891018 or 3543913. OLE color: 3543913.

HSL color Cylindrical-coordinate representation of color #691336: hue angle of 335.58º 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 #691336 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 19 54 -
CMYK 0 0.82 0.49 0.59
HSL 335.58º 0.69% 0.24% -
HSV(B) 335.58º 0.82% 0.41% -
XYZ 6.72 3.74 3.86 -
YUV 48.7 130.99 168.15 -
System Red Green Blue C M Y K H S L
Decimal 105 19 54 0 0.82 0.49 0.59 335.58 0.69 0.24
Hex 69 13 36 0 52 31 3B 150 45 18
Octal 151 23 66 0 122 61 73 520 105 30
Binary 1101001 10011 110110 0 1010010 110001 111011 101010000 1000101 11000

Color Harmonies of #691336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691336

Black with #691336

Text Example


Text Example

White with #691336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691336; }

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

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

background-color css

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

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

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

border-color css

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

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

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