Html Css Color HEX #691D12 Red Oxide

📋 copy color: '#691D12'

red 105 ◦ green 29 ◦ blue 18

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

Shades of Red Oxide #691D12

Tints of Red Oxide #691D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.84%

R = 69.08%
G = 19.08%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#691D12 (or 0x691D12) is known color: Red Oxide. HEX triplet: 69, 1D and 12. RGB value is (105,29,18). Sum of RGB (Red+Green+Blue) = 105+29+18=152 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.08% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 105 - color contains mainly: red. Hex color #691D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691D12 is #96E2ED. Grayscale: #323232. Windows color (decimal): -9888494 or 1187177. OLE color: 1187177.

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

Color convert

RGB 105 29 18 -
CMYK 0 0.72 0.83 0.59
HSL 7.59º 0.71% 0.24% -
HSV(B) 7.59º 0.83% 0.41% -
XYZ 6.37 3.93 0.99 -
YUV 50.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 105 29 18 0 0.72 0.83 0.59 7.59 0.71 0.24
Hex 69 1D 12 0 48 53 3B 8 47 18
Octal 151 35 22 0 110 123 73 10 107 30
Binary 1101001 11101 10010 0 1001000 1010011 111011 1000 1000111 11000

Color Harmonies of #691D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691D12

Black with #691D12

Text Example


Text Example

White with #691D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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