Html Css Color HEX #691F0B Red Oxide

📋 copy color: '#691F0B'

red 105 ◦ green 31 ◦ blue 11

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

Shades of Red Oxide #691F0B

Tints of Red Oxide #691F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.48%

R = 71.43%
G = 21.09%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#691F0B (or 0x691F0B) is known color: Red Oxide. HEX triplet: 69, 1F and 0B. RGB value is (105,31,11). Sum of RGB (Red+Green+Blue) = 105+31+11=147 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.43% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 105 - color contains mainly: red. Hex color #691F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691F0B is #96E0F4. Grayscale: #333333. Windows color (decimal): -9887989 or 728937. OLE color: 728937.

HSL color Cylindrical-coordinate representation of color #691F0B: hue angle of 12.77º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #691F0B is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 31 11 -
CMYK 0 0.70 0.90 0.59
HSL 12.77º 0.81% 0.23% -
HSV(B) 12.77º 0.9% 0.41% -
XYZ 6.38 4.01 0.75 -
YUV 50.85 105.52 166.63 -
System Red Green Blue C M Y K H S L
Decimal 105 31 11 0 0.70 0.90 0.59 12.77 0.81 0.23
Hex 69 1F B 0 46 5A 3B D 51 17
Octal 151 37 13 0 106 132 73 15 121 27
Binary 1101001 11111 1011 0 1000110 1011010 111011 1101 1010001 10111

Color Harmonies of #691F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691F0B

Black with #691F0B

Text Example


Text Example

White with #691F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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