#692325

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

Shades of Monarch #692325

Tints of Monarch #692325

Color information

#692325 (or 0x692325) is unknown color: approx Monarch. HEX triplet: 69, 23 and 25. RGB value is (105,35,37). Sum of RGB (Red+Green+Blue) = 105+35+37=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #692325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692325 is #96DCDA. Grayscale: #383838. Windows color (decimal): -9886939 or 2433897. OLE color: 2433897.

HSL color Cylindrical-coordinate representation of color #692325: hue angle of 358.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 #692325 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB1053537-
CMYK00.670.650.59
HSL358.29º50%27.45%-
HSV(B)358.29º66.67%41.18%-
XYZ6.764.342.23-
YUV56.16117.19162.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 59.32%
GREEN value IS 35 (14.06% from 255) = 19.77%
BLUE value IS 37 (14.84% from 255) = 20.90%
R=59.32%
G=19.77%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105353700.670.650.59358.295027.45
Hex692325043413B166321b
Octal15143450103101735466233
Binary110100110001110010101000011100000111101110110011011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692325; }

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

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

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

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

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

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

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

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