#69183E

Color #69183E Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #69183E

Tints of Pompadour #69183E

Color information

#69183E (or 0x69183E) is unknown color: approx Pompadour. HEX triplet: 69, 18 and 3E. RGB value is (105,24,62). Sum of RGB (Red+Green+Blue) = 105+24+62=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #69183E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69183E is #96E7C1. Grayscale: #343434. Windows color (decimal): -9889730 or 4069481. OLE color: 4069481.

HSL color Cylindrical-coordinate representation of color #69183E: hue angle of 331.85º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69183E is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB1052462-
CMYK00.770.410.59
HSL331.85º62.79%25.29%-
HSV(B)331.85º77.14%41.18%-
XYZ7.0244.96-
YUV52.55133.34165.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.97%
GREEN value IS 24 (9.77% from 255) = 12.57%
BLUE value IS 62 (24.61% from 255) = 32.46%
R=54.97%
G=12.57%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105246200.770.410.59331.8562.7925.29
Hex69183E04D293B14c3f19
Octal1513076011551735147731
Binary1101001110001111100100110110100111101110100110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69183E; }

 p { color: rgb(105,24,62); }

 H1.HeaderClassName
 {
   color: #69183E;
 }
 .AnyTagClassName
 {
   color: #69183E;
 }
</style>
background-color css

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

 a { background-color: rgb(105,24,62); }

 div.DivClassName
 {
   background-color: #69183E;
 }
 .BgClassName
 {
   background-color: #69183E;
 }
</style>
border-color css

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

 span { border-color: rgb(105,24,62); }

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