Html Css Color HEX #690605 Maroon

📋 copy color: '#690605'

red 105 ◦ green 6 ◦ blue 5

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

Shades of Maroon #690605

Tints of Maroon #690605

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.17%

 BLUE value IS 5 (2.34% from 255) = 4.31%

R = 90.52%
G = 5.17%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#690605 (or 0x690605) is known color: Maroon. HEX triplet: 69, 06 and 05. RGB value is (105,6,5). Sum of RGB (Red+Green+Blue) = 105+6+5=116 (15% of max value = 765). Red value is 105 (41.41% from 255 or 90.52% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 105 - color contains mainly: red. Hex color #690605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690605 is #96F9FA. Grayscale: #232323. Windows color (decimal): -9894395 or 329321. OLE color: 329321.

HSL color Cylindrical-coordinate representation of color #690605: hue angle of 0.6º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690605 is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 6 5 -
CMYK 0 0.94 0.95 0.59
HSL 0.6º 0.91% 0.22% -
HSV(B) 0.6º 0.95% 0.41% -
XYZ 5.92 3.14 0.44 -
YUV 35.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 105 6 5 0 0.94 0.95 0.59 0.6 0.91 0.22
Hex 69 6 5 0 5E 5F 3B 1 5B 16
Octal 151 6 5 0 136 137 73 1 133 26
Binary 1101001 110 101 0 1011110 1011111 111011 1 1011011 10110

Color Harmonies of #690605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690605

Black with #690605

Text Example


Text Example

White with #690605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690605; }

 p { color: rgb(105,6,5); }

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

background-color css

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

 a { background-color: rgb(105,6,5); }

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

border-color css

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

 span { border-color: rgb(105,6,5); }

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