Html Css Color HEX #690E02 Maroon

📋 copy color: '#690E02'

red 105 ◦ green 14 ◦ blue 2

#690E02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #690E02

Tints of Maroon #690E02

RGB

 RED value IS 105 (41.41% from 255) = 86.78%

 GREEN value IS 14 (5.86% from 255) = 11.57%

 BLUE value IS 2 (1.17% from 255) = 1.65%

R = 86.78%
G = 11.57%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#690E02 (or 0x690E02) is known color: Maroon. HEX triplet: 69, 0E and 02. RGB value is (105,14,2). Sum of RGB (Red+Green+Blue) = 105+14+2=121 (16% of max value = 765). Red value is 105 (41.41% from 255 or 86.78% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 105 - color contains mainly: red. Hex color #690E02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690E02 is #96F1FD. Grayscale: #272727. Windows color (decimal): -9892350 or 134761. OLE color: 134761.

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

Color convert

RGB 105 14 2 -
CMYK 0 0.87 0.98 0.59
HSL 6.99º 0.96% 0.21% -
HSV(B) 6.99º 0.98% 0.41% -
XYZ 5.99 3.32 0.38 -
YUV 39.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 105 14 2 0 0.87 0.98 0.59 6.99 0.96 0.21
Hex 69 E 2 0 57 62 3B 7 60 15
Octal 151 16 2 0 127 142 73 7 140 25
Binary 1101001 1110 10 0 1010111 1100010 111011 111 1100000 10101

Color Harmonies of #690E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690E02

Black with #690E02

Text Example


Text Example

White with #690E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690E02; }

 p { color: rgb(105,14,2); }

 H1.HeaderClassName
 {
   color: #690E02;
 }
 .AnyTagClassName
 {
   color: #690E02;
 }
</style>

background-color css

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

 a { background-color: rgb(105,14,2); }

 div.DivClassName
 {
   background-color: #690E02;
 }
 .BgClassName
 {
   background-color: #690E02;
 }
</style>

border-color css

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

 span { border-color: rgb(105,14,2); }

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