Html Css Color HEX #691D0C Red Oxide

📋 copy color: '#691D0C'

red 105 ◦ green 29 ◦ blue 12

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

Shades of Red Oxide #691D0C

Tints of Red Oxide #691D0C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.86%

 BLUE value IS 12 (5.08% from 255) = 8.22%

R = 71.92%
G = 19.86%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#691D0C (or 0x691D0C) is known color: Red Oxide. HEX triplet: 69, 1D and 0C. RGB value is (105,29,12). Sum of RGB (Red+Green+Blue) = 105+29+12=146 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.92% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 105 - color contains mainly: red. Hex color #691D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691D0C is #96E2F3. Grayscale: #313131. Windows color (decimal): -9888500 or 793961. OLE color: 793961.

HSL color Cylindrical-coordinate representation of color #691D0C: hue angle of 10.97º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #691D0C is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 29 12 -
CMYK 0 0.72 0.89 0.59
HSL 10.97º 0.79% 0.23% -
HSV(B) 10.97º 0.89% 0.41% -
XYZ 6.33 3.91 0.77 -
YUV 49.79 106.68 167.38 -
System Red Green Blue C M Y K H S L
Decimal 105 29 12 0 0.72 0.89 0.59 10.97 0.79 0.23
Hex 69 1D C 0 48 59 3B B 4F 17
Octal 151 35 14 0 110 131 73 13 117 27
Binary 1101001 11101 1100 0 1001000 1011001 111011 1011 1001111 10111

Color Harmonies of #691D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691D0C

Black with #691D0C

Text Example


Text Example

White with #691D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,29,12); }

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

background-color css

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

 a { background-color: rgb(105,29,12); }

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

border-color css

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

 span { border-color: rgb(105,29,12); }

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