Html Css Color HEX #691E12 Red Oxide

📋 copy color: '#691E12'

red 105 ◦ green 30 ◦ blue 18

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

Shades of Red Oxide #691E12

Tints of Red Oxide #691E12

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.61%

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

R = 68.63%
G = 19.61%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#691E12 (or 0x691E12) is known color: Red Oxide. HEX triplet: 69, 1E and 12. RGB value is (105,30,18). Sum of RGB (Red+Green+Blue) = 105+30+18=153 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.63% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 105 - color contains mainly: red. Hex color #691E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691E12 is #96E1ED. Grayscale: #333333. Windows color (decimal): -9888238 or 1187433. OLE color: 1187433.

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

Color convert

RGB 105 30 18 -
CMYK 0 0.71 0.83 0.59
HSL 8.28º 0.71% 0.24% -
HSV(B) 8.28º 0.83% 0.41% -
XYZ 6.4 3.98 1 -
YUV 51.06 109.35 166.48 -
System Red Green Blue C M Y K H S L
Decimal 105 30 18 0 0.71 0.83 0.59 8.28 0.71 0.24
Hex 69 1E 12 0 47 53 3B 8 47 18
Octal 151 36 22 0 107 123 73 10 107 30
Binary 1101001 11110 10010 0 1000111 1010011 111011 1000 1000111 11000

Color Harmonies of #691E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691E12

Black with #691E12

Text Example


Text Example

White with #691E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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