Html Css Color HEX #692641 Pompadour

📋 copy color: '#692641'

red 105 ◦ green 38 ◦ blue 65

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

Shades of Pompadour #692641

Tints of Pompadour #692641

RGB

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

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

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

R = 50.48%
G = 18.27%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#692641 (or 0x692641) is known color: Pompadour. HEX triplet: 69, 26 and 41. RGB value is (105,38,65). Sum of RGB (Red+Green+Blue) = 105+38+65=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #692641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692641 is #96D9BE. Grayscale: #3D3D3D. Windows color (decimal): -9886143 or 4269673. OLE color: 4269673.

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

Color convert

RGB 105 38 65 -
CMYK 0 0.64 0.38 0.59
HSL 335.82º 0.47% 0.28% -
HSV(B) 335.82º 0.64% 0.41% -
XYZ 7.47 4.77 5.53 -
YUV 61.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 105 38 65 0 0.64 0.38 0.59 335.82 0.47 0.28
Hex 69 26 41 0 40 26 3B 150 2F 1C
Octal 151 46 101 0 100 46 73 520 57 34
Binary 1101001 100110 1000001 0 1000000 100110 111011 101010000 101111 11100

Color Harmonies of #692641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692641

Black with #692641

Text Example


Text Example

White with #692641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692641; }

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

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

background-color css

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

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

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

border-color css

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

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

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