Html Css Color HEX #690F08 Maroon

📋 copy color: '#690F08'

red 105 ◦ green 15 ◦ blue 8

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

Shades of Maroon #690F08

Tints of Maroon #690F08

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.72%

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

R = 82.03%
G = 11.72%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#690F08 (or 0x690F08) is known color: Maroon. HEX triplet: 69, 0F and 08. RGB value is (105,15,8). Sum of RGB (Red+Green+Blue) = 105+15+8=128 (16% of max value = 765). Red value is 105 (41.41% from 255 or 82.03% from 128); Green value is 15 (6.25% from 255 or 11.72% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 105 - color contains mainly: red. Hex color #690F08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690F08 is #96F0F7. Grayscale: #292929. Windows color (decimal): -9892088 or 528233. OLE color: 528233.

HSL color Cylindrical-coordinate representation of color #690F08: hue angle of 4.33º 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 #690F08 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 15 8 -
CMYK 0 0.86 0.92 0.59
HSL 4.33º 0.86% 0.22% -
HSV(B) 4.33º 0.92% 0.41% -
XYZ 6.04 3.36 0.56 -
YUV 41.11 109.32 173.57 -
System Red Green Blue C M Y K H S L
Decimal 105 15 8 0 0.86 0.92 0.59 4.33 0.86 0.22
Hex 69 F 8 0 56 5C 3B 4 56 16
Octal 151 17 10 0 126 134 73 4 126 26
Binary 1101001 1111 1000 0 1010110 1011100 111011 100 1010110 10110

Color Harmonies of #690F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690F08

Black with #690F08

Text Example


Text Example

White with #690F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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