#682B33

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

Shades of Monarch #682B33

Tints of Monarch #682B33

Color information

#682B33 (or 0x682B33) is unknown color: approx Monarch. HEX triplet: 68, 2B and 33. RGB value is (104,43,51). Sum of RGB (Red+Green+Blue) = 104+43+51=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #682B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682B33 is #97D4CC. Grayscale: #3E3E3E. Windows color (decimal): -9950413 or 3353448. OLE color: 3353448.

HSL color Cylindrical-coordinate representation of color #682B33: hue angle of 352.13º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #682B33 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB1044351-
CMYK00.590.510.59
HSL352.13º41.5%28.82%-
HSV(B)352.13º58.65%40.78%-
XYZ7.174.913.7-
YUV62.15121.71157.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.53%
GREEN value IS 43 (17.19% from 255) = 21.72%
BLUE value IS 51 (20.31% from 255) = 25.76%
R=52.53%
G=21.72%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104435100.590.510.59352.1341.528.82
Hex682B3303B333B160291d
Octal150536307363735405135
Binary1101000101011110011011101111001111101110110000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682B33; }

 p { color: rgb(104,43,51); }

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

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

 a { background-color: rgb(104,43,51); }

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

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

 span { border-color: rgb(104,43,51); }

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