Html Css Color HEX #691912 Red Oxide

📋 copy color: '#691912'

red 105 ◦ green 25 ◦ blue 18

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

Shades of Red Oxide #691912

Tints of Red Oxide #691912

RGB

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

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

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

R = 70.95%
G = 16.89%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#691912 (or 0x691912) is known color: Red Oxide. HEX triplet: 69, 19 and 12. RGB value is (105,25,18). Sum of RGB (Red+Green+Blue) = 105+25+18=148 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.95% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 105 - color contains mainly: red. Hex color #691912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691912 is #96E6ED. Grayscale: #303030. Windows color (decimal): -9889518 or 1186153. OLE color: 1186153.

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

Color convert

RGB 105 25 18 -
CMYK 0 0.76 0.83 0.59
HSL 4.83º 0.71% 0.24% -
HSV(B) 4.83º 0.83% 0.41% -
XYZ 6.28 3.74 0.96 -
YUV 48.12 111 168.57 -
System Red Green Blue C M Y K H S L
Decimal 105 25 18 0 0.76 0.83 0.59 4.83 0.71 0.24
Hex 69 19 12 0 4C 53 3B 5 47 18
Octal 151 31 22 0 114 123 73 5 107 30
Binary 1101001 11001 10010 0 1001100 1010011 111011 101 1000111 11000

Color Harmonies of #691912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691912

Black with #691912

Text Example


Text Example

White with #691912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691912; }

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

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

background-color css

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

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

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

border-color css

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

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

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