Html Css Color HEX #691A12 Red Oxide

📋 copy color: '#691A12'

red 105 ◦ green 26 ◦ blue 18

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

Shades of Red Oxide #691A12

Tints of Red Oxide #691A12

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.45%

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

R = 70.47%
G = 17.45%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#691A12 (or 0x691A12) is known color: Red Oxide. HEX triplet: 69, 1A and 12. RGB value is (105,26,18). Sum of RGB (Red+Green+Blue) = 105+26+18=149 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.47% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 105 - color contains mainly: red. Hex color #691A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691A12 is #96E5ED. Grayscale: #303030. Windows color (decimal): -9889262 or 1186409. OLE color: 1186409.

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

Color convert

RGB 105 26 18 -
CMYK 0 0.75 0.83 0.59
HSL 5.52º 0.71% 0.24% -
HSV(B) 5.52º 0.83% 0.41% -
XYZ 6.3 3.79 0.97 -
YUV 48.71 110.67 168.15 -
System Red Green Blue C M Y K H S L
Decimal 105 26 18 0 0.75 0.83 0.59 5.52 0.71 0.24
Hex 69 1A 12 0 4B 53 3B 6 47 18
Octal 151 32 22 0 113 123 73 6 107 30
Binary 1101001 11010 10010 0 1001011 1010011 111011 110 1000111 11000

Color Harmonies of #691A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691A12

Black with #691A12

Text Example


Text Example

White with #691A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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