Html Css Color HEX #691910 Red Oxide

📋 copy color: '#691910'

red 105 ◦ green 25 ◦ blue 16

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

Shades of Red Oxide #691910

Tints of Red Oxide #691910

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.12%

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

R = 71.92%
G = 17.12%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#691910 (or 0x691910) is known color: Red Oxide. HEX triplet: 69, 19 and 10. RGB value is (105,25,16). Sum of RGB (Red+Green+Blue) = 105+25+16=146 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.92% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 105 - color contains mainly: red. Hex color #691910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691910 is #96E6EF. Grayscale: #303030. Windows color (decimal): -9889520 or 1055081. OLE color: 1055081.

HSL color Cylindrical-coordinate representation of color #691910: hue angle of 6.07º 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 #691910 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 25 16 -
CMYK 0 0.76 0.85 0.59
HSL 6.07º 0.74% 0.24% -
HSV(B) 6.07º 0.85% 0.41% -
XYZ 6.27 3.74 0.88 -
YUV 47.89 110 168.73 -
System Red Green Blue C M Y K H S L
Decimal 105 25 16 0 0.76 0.85 0.59 6.07 0.74 0.24
Hex 69 19 10 0 4C 55 3B 6 4A 18
Octal 151 31 20 0 114 125 73 6 112 30
Binary 1101001 11001 10000 0 1001100 1010101 111011 110 1001010 11000

Color Harmonies of #691910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691910

Black with #691910

Text Example


Text Example

White with #691910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691910; }

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

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

background-color css

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

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

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

border-color css

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

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

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