Html Css Color HEX #692341 Pompadour

📋 copy color: '#692341'

red 105 ◦ green 35 ◦ blue 65

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

Shades of Pompadour #692341

Tints of Pompadour #692341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.07%

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

R = 51.22%
G = 17.07%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#692341 (or 0x692341) is known color: Pompadour. HEX triplet: 69, 23 and 41. RGB value is (105,35,65). Sum of RGB (Red+Green+Blue) = 105+35+65=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #692341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692341 is #96DCBE. Grayscale: #3B3B3B. Windows color (decimal): -9886911 or 4268905. OLE color: 4268905.

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

Color convert

RGB 105 35 65 -
CMYK 0 0.67 0.38 0.59
HSL 334.29º 0.5% 0.27% -
HSV(B) 334.29º 0.67% 0.41% -
XYZ 7.38 4.59 5.5 -
YUV 59.35 131.19 160.56 -
System Red Green Blue C M Y K H S L
Decimal 105 35 65 0 0.67 0.38 0.59 334.29 0.5 0.27
Hex 69 23 41 0 43 26 3B 14E 32 1B
Octal 151 43 101 0 103 46 73 516 62 33
Binary 1101001 100011 1000001 0 1000011 100110 111011 101001110 110010 11011

Color Harmonies of #692341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692341

Black with #692341

Text Example


Text Example

White with #692341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692341; }

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

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

background-color css

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

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

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

border-color css

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

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

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