Html Css Color HEX #690601 Maroon

📋 copy color: '#690601'

red 105 ◦ green 6 ◦ blue 1

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

Shades of Maroon #690601

Tints of Maroon #690601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.89%

R = 93.75%
G = 5.36%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#690601 (or 0x690601) is known color: Maroon. HEX triplet: 69, 06 and 01. RGB value is (105,6,1). Sum of RGB (Red+Green+Blue) = 105+6+1=112 (14% of max value = 765). Red value is 105 (41.41% from 255 or 93.75% from 112); Green value is 6 (2.73% from 255 or 5.36% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 105 - color contains mainly: red. Hex color #690601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690601 is #96F9FE. Grayscale: #232323. Windows color (decimal): -9894399 or 67177. OLE color: 67177.

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

Color convert

RGB 105 6 1 -
CMYK 0 0.94 0.99 0.59
HSL 2.88º 0.98% 0.21% -
HSV(B) 2.88º 0.99% 0.41% -
XYZ 5.9 3.14 0.32 -
YUV 35.03 108.8 177.91 -
System Red Green Blue C M Y K H S L
Decimal 105 6 1 0 0.94 0.99 0.59 2.88 0.98 0.21
Hex 69 6 1 0 5E 63 3B 3 62 15
Octal 151 6 1 0 136 143 73 3 142 25
Binary 1101001 110 1 0 1011110 1100011 111011 11 1100010 10101

Color Harmonies of #690601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690601

Black with #690601

Text Example


Text Example

White with #690601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690601; }

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

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

background-color css

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

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

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

border-color css

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

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

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