Html Css Color HEX #691A0C Red Oxide

📋 copy color: '#691A0C'

red 105 ◦ green 26 ◦ blue 12

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

Shades of Red Oxide #691A0C

Tints of Red Oxide #691A0C

RGB

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

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

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

R = 73.43%
G = 18.18%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#691A0C (or 0x691A0C) is known color: Red Oxide. HEX triplet: 69, 1A and 0C. RGB value is (105,26,12). Sum of RGB (Red+Green+Blue) = 105+26+12=143 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.43% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 105 - color contains mainly: red. Hex color #691A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691A0C is #96E5F3. Grayscale: #303030. Windows color (decimal): -9889268 or 793193. OLE color: 793193.

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

Color convert

RGB 105 26 12 -
CMYK 0 0.75 0.89 0.59
HSL 9.03º 0.79% 0.23% -
HSV(B) 9.03º 0.89% 0.41% -
XYZ 6.26 3.77 0.75 -
YUV 48.03 107.67 168.64 -
System Red Green Blue C M Y K H S L
Decimal 105 26 12 0 0.75 0.89 0.59 9.03 0.79 0.23
Hex 69 1A C 0 4B 59 3B 9 4F 17
Octal 151 32 14 0 113 131 73 11 117 27
Binary 1101001 11010 1100 0 1001011 1011001 111011 1001 1001111 10111

Color Harmonies of #691A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691A0C

Black with #691A0C

Text Example


Text Example

White with #691A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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