Html Css Color HEX #691F0C Red Oxide

📋 copy color: '#691F0C'

red 105 ◦ green 31 ◦ blue 12

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

Shades of Red Oxide #691F0C

Tints of Red Oxide #691F0C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.95%

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

R = 70.95%
G = 20.95%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#691F0C (or 0x691F0C) is known color: Red Oxide. HEX triplet: 69, 1F and 0C. RGB value is (105,31,12). Sum of RGB (Red+Green+Blue) = 105+31+12=148 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.95% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 105 - color contains mainly: red. Hex color #691F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691F0C is #96E0F3. Grayscale: #333333. Windows color (decimal): -9887988 or 794473. OLE color: 794473.

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

Color convert

RGB 105 31 12 -
CMYK 0 0.70 0.89 0.59
HSL 12.26º 0.79% 0.23% -
HSV(B) 12.26º 0.89% 0.41% -
XYZ 6.38 4.01 0.79 -
YUV 50.96 106.02 166.54 -
System Red Green Blue C M Y K H S L
Decimal 105 31 12 0 0.70 0.89 0.59 12.26 0.79 0.23
Hex 69 1F C 0 46 59 3B C 4F 17
Octal 151 37 14 0 106 131 73 14 117 27
Binary 1101001 11111 1100 0 1000110 1011001 111011 1100 1001111 10111

Color Harmonies of #691F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691F0C

Black with #691F0C

Text Example


Text Example

White with #691F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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