Html Css Color HEX #692649 Pompadour

📋 copy color: '#692649'

red 105 ◦ green 38 ◦ blue 73

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

Shades of Pompadour #692649

Tints of Pompadour #692649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.59%

 BLUE value IS 73 (28.91% from 255) = 33.8%

R = 48.61%
G = 17.59%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#692649 (or 0x692649) is known color: Pompadour. HEX triplet: 69, 26 and 49. RGB value is (105,38,73). Sum of RGB (Red+Green+Blue) = 105+38+73=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #692649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692649 is #96D9B6. Grayscale: #3D3D3D. Windows color (decimal): -9886135 or 4793961. OLE color: 4793961.

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

Color convert

RGB 105 38 73 -
CMYK 0 0.64 0.30 0.59
HSL 328.66º 0.47% 0.28% -
HSV(B) 328.66º 0.64% 0.41% -
XYZ 7.72 4.87 6.84 -
YUV 62.02 134.2 158.65 -
System Red Green Blue C M Y K H S L
Decimal 105 38 73 0 0.64 0.30 0.59 328.66 0.47 0.28
Hex 69 26 49 0 40 1E 3B 149 2F 1C
Octal 151 46 111 0 100 36 73 511 57 34
Binary 1101001 100110 1001001 0 1000000 11110 111011 101001001 101111 11100

Color Harmonies of #692649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692649

Black with #692649

Text Example


Text Example

White with #692649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692649; }

 p { color: rgb(105,38,73); }

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

background-color css

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

 a { background-color: rgb(105,38,73); }

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

border-color css

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

 span { border-color: rgb(105,38,73); }

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