Html Css Color HEX #691D0B Red Oxide

📋 copy color: '#691D0B'

red 105 ◦ green 29 ◦ blue 11

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

Shades of Red Oxide #691D0B

Tints of Red Oxide #691D0B

RGB

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

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

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

R = 72.41%
G = 20%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#691D0B (or 0x691D0B) is known color: Red Oxide. HEX triplet: 69, 1D and 0B. RGB value is (105,29,11). Sum of RGB (Red+Green+Blue) = 105+29+11=145 (19% of max value = 765). Red value is 105 (41.41% from 255 or 72.41% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 105 - color contains mainly: red. Hex color #691D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691D0B is #96E2F4. Grayscale: #313131. Windows color (decimal): -9888501 or 728425. OLE color: 728425.

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

Color convert

RGB 105 29 11 -
CMYK 0 0.72 0.90 0.59
HSL 11.49º 0.81% 0.23% -
HSV(B) 11.49º 0.9% 0.41% -
XYZ 6.33 3.91 0.74 -
YUV 49.67 106.18 167.46 -
System Red Green Blue C M Y K H S L
Decimal 105 29 11 0 0.72 0.90 0.59 11.49 0.81 0.23
Hex 69 1D B 0 48 5A 3B B 51 17
Octal 151 35 13 0 110 132 73 13 121 27
Binary 1101001 11101 1011 0 1001000 1011010 111011 1011 1010001 10111

Color Harmonies of #691D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691D0B

Black with #691D0B

Text Example


Text Example

White with #691D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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