#690700

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

Shades of Maroon #690700

Tints of Maroon #690700

Color information

#690700 (or 0x690700) is unknown color: approx Maroon. HEX triplet: 69, 07 and 00. RGB value is (105,7,0). Sum of RGB (Red+Green+Blue) = 105+7+0=112 (14% of max value = 765). Red value is 105 (41.41% from 255 or 93.75% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 105 - color contains mainly: red. Hex color #690700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690700 is #96F8FF. Grayscale: #232323. Windows color (decimal): -9894144 or 1897. OLE color: 1897.

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

Color convert

RGB10570-
CMYK00.9310.59
HSL100%20.59%-
HSV(B)100%41.18%-
XYZ5.93.160.3-
YUV35.5107.97177.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 93.75%
GREEN value IS 7 (3.12% from 255) = 6.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.75%
G=6.25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1057000.9310.59410020.59
Hex697005D643B46415
Octal15170013514473414425
Binary11010011110010111011100100111011100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690700; }

 p { color: rgb(105,7,0); }

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

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

 a { background-color: rgb(105,7,0); }

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

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

 span { border-color: rgb(105,7,0); }

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