Html Css Color HEX #691110 Red Oxide

📋 copy color: '#691110'

red 105 ◦ green 17 ◦ blue 16

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

Shades of Red Oxide #691110

Tints of Red Oxide #691110

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.32%

 BLUE value IS 16 (6.64% from 255) = 11.59%

R = 76.09%
G = 12.32%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#691110 (or 0x691110) is known color: Red Oxide. HEX triplet: 69, 11 and 10. RGB value is (105,17,16). Sum of RGB (Red+Green+Blue) = 105+17+16=138 (18% of max value = 765). Red value is 105 (41.41% from 255 or 76.09% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 105 - color contains mainly: red. Hex color #691110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691110 is #96EEEF. Grayscale: #2B2B2B. Windows color (decimal): -9891568 or 1053033. OLE color: 1053033.

HSL color Cylindrical-coordinate representation of color #691110: hue angle of 0.67º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #691110 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 17 16 -
CMYK 0 0.84 0.85 0.59
HSL 0.67º 0.74% 0.24% -
HSV(B) 0.67º 0.85% 0.41% -
XYZ 6.12 3.44 0.83 -
YUV 43.2 112.65 172.08 -
System Red Green Blue C M Y K H S L
Decimal 105 17 16 0 0.84 0.85 0.59 0.67 0.74 0.24
Hex 69 11 10 0 54 55 3B 1 4A 18
Octal 151 21 20 0 124 125 73 1 112 30
Binary 1101001 10001 10000 0 1010100 1010101 111011 1 1001010 11000

Color Harmonies of #691110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691110

Black with #691110

Text Example


Text Example

White with #691110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691110; }

 p { color: rgb(105,17,16); }

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

background-color css

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

 a { background-color: rgb(105,17,16); }

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

border-color css

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

 span { border-color: rgb(105,17,16); }

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