Html Css Color HEX #690B08 Maroon

📋 copy color: '#690B08'

red 105 ◦ green 11 ◦ blue 8

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

Shades of Maroon #690B08

Tints of Maroon #690B08

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.87%

 BLUE value IS 8 (3.52% from 255) = 6.45%

R = 84.68%
G = 8.87%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#690B08 (or 0x690B08) is known color: Maroon. HEX triplet: 69, 0B and 08. RGB value is (105,11,8). Sum of RGB (Red+Green+Blue) = 105+11+8=124 (16% of max value = 765). Red value is 105 (41.41% from 255 or 84.68% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 105 - color contains mainly: red. Hex color #690B08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690B08 is #96F4F7. Grayscale: #262626. Windows color (decimal): -9893112 or 527209. OLE color: 527209.

HSL color Cylindrical-coordinate representation of color #690B08: hue angle of 1.86º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #690B08 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 11 8 -
CMYK 0 0.90 0.92 0.59
HSL 1.86º 0.86% 0.22% -
HSV(B) 1.86º 0.92% 0.41% -
XYZ 5.99 3.26 0.54 -
YUV 38.76 110.64 175.24 -
System Red Green Blue C M Y K H S L
Decimal 105 11 8 0 0.90 0.92 0.59 1.86 0.86 0.22
Hex 69 B 8 0 5A 5C 3B 2 56 16
Octal 151 13 10 0 132 134 73 2 126 26
Binary 1101001 1011 1000 0 1011010 1011100 111011 10 1010110 10110

Color Harmonies of #690B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690B08

Black with #690B08

Text Example


Text Example

White with #690B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,11,8); }

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

background-color css

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

 a { background-color: rgb(105,11,8); }

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

border-color css

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

 span { border-color: rgb(105,11,8); }

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