Html Css Color HEX #690F02 Maroon

📋 copy color: '#690F02'

red 105 ◦ green 15 ◦ blue 2

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

Shades of Maroon #690F02

Tints of Maroon #690F02

RGB

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

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

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

R = 86.07%
G = 12.3%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#690F02 (or 0x690F02) is known color: Maroon. HEX triplet: 69, 0F and 02. RGB value is (105,15,2). Sum of RGB (Red+Green+Blue) = 105+15+2=122 (16% of max value = 765). Red value is 105 (41.41% from 255 or 86.07% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 105 - color contains mainly: red. Hex color #690F02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690F02 is #96F0FD. Grayscale: #282828. Windows color (decimal): -9892094 or 135017. OLE color: 135017.

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

Color convert

RGB 105 15 2 -
CMYK 0 0.86 0.98 0.59
HSL 7.57º 0.96% 0.21% -
HSV(B) 7.57º 0.98% 0.41% -
XYZ 6.01 3.35 0.39 -
YUV 40.43 106.32 174.06 -
System Red Green Blue C M Y K H S L
Decimal 105 15 2 0 0.86 0.98 0.59 7.57 0.96 0.21
Hex 69 F 2 0 56 62 3B 8 60 15
Octal 151 17 2 0 126 142 73 10 140 25
Binary 1101001 1111 10 0 1010110 1100010 111011 1000 1100000 10101

Color Harmonies of #690F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690F02

Black with #690F02

Text Example


Text Example

White with #690F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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