Html Css Color HEX #691712 Red Oxide

📋 copy color: '#691712'

red 105 ◦ green 23 ◦ blue 18

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

Shades of Red Oxide #691712

Tints of Red Oxide #691712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.75%

 BLUE value IS 18 (7.42% from 255) = 12.33%

R = 71.92%
G = 15.75%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#691712 (or 0x691712) is known color: Red Oxide. HEX triplet: 69, 17 and 12. RGB value is (105,23,18). Sum of RGB (Red+Green+Blue) = 105+23+18=146 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.92% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 105 - color contains mainly: red. Hex color #691712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691712 is #96E8ED. Grayscale: #2F2F2F. Windows color (decimal): -9890030 or 1185641. OLE color: 1185641.

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

Color convert

RGB 105 23 18 -
CMYK 0 0.78 0.83 0.59
HSL 3.45º 0.71% 0.24% -
HSV(B) 3.45º 0.83% 0.41% -
XYZ 6.24 3.66 0.95 -
YUV 46.95 111.67 169.41 -
System Red Green Blue C M Y K H S L
Decimal 105 23 18 0 0.78 0.83 0.59 3.45 0.71 0.24
Hex 69 17 12 0 4E 53 3B 3 47 18
Octal 151 27 22 0 116 123 73 3 107 30
Binary 1101001 10111 10010 0 1001110 1010011 111011 11 1000111 11000

Color Harmonies of #691712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691712

Black with #691712

Text Example


Text Example

White with #691712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691712; }

 p { color: rgb(105,23,18); }

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

background-color css

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

 a { background-color: rgb(105,23,18); }

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

border-color css

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

 span { border-color: rgb(105,23,18); }

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