#692529

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

Shades of Monarch #692529

Tints of Monarch #692529

Color information

#692529 (or 0x692529) is unknown color: approx Monarch. HEX triplet: 69, 25 and 29. RGB value is (105,37,41). Sum of RGB (Red+Green+Blue) = 105+37+41=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #692529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692529 is #96DAD6. Grayscale: #393939. Windows color (decimal): -9886423 or 2696553. OLE color: 2696553.

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

Color convert

RGB1053741-
CMYK00.650.610.59
HSL356.47º47.89%27.84%-
HSV(B)356.47º64.76%41.18%-
XYZ6.894.492.6-
YUV57.79118.53161.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.38%
GREEN value IS 37 (14.84% from 255) = 20.22%
BLUE value IS 41 (16.41% from 255) = 22.40%
R=57.38%
G=20.22%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105374100.650.610.59356.4747.8927.84
Hex6925290413D3B164301c
Octal1514551010175735446034
Binary11010011001011010010100000111110111101110110010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692529; }

 p { color: rgb(105,37,41); }

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

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

 a { background-color: rgb(105,37,41); }

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

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

 span { border-color: rgb(105,37,41); }

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