Html Css Color HEX #692011 Red Oxide

📋 copy color: '#692011'

red 105 ◦ green 32 ◦ blue 17

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

Shades of Red Oxide #692011

Tints of Red Oxide #692011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.78%

 BLUE value IS 17 (7.03% from 255) = 11.04%

R = 68.18%
G = 20.78%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#692011 (or 0x692011) is known color: Red Oxide. HEX triplet: 69, 20 and 11. RGB value is (105,32,17). Sum of RGB (Red+Green+Blue) = 105+32+17=154 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.18% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 105 - color contains mainly: red. Hex color #692011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692011 is #96DFEE. Grayscale: #343434. Windows color (decimal): -9887727 or 1122409. OLE color: 1122409.

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

Color convert

RGB 105 32 17 -
CMYK 0 0.70 0.84 0.59
HSL 10.23º 0.72% 0.24% -
HSV(B) 10.23º 0.84% 0.41% -
XYZ 6.44 4.08 0.98 -
YUV 52.12 108.18 165.72 -
System Red Green Blue C M Y K H S L
Decimal 105 32 17 0 0.70 0.84 0.59 10.23 0.72 0.24
Hex 69 20 11 0 46 54 3B A 48 18
Octal 151 40 21 0 106 124 73 12 110 30
Binary 1101001 100000 10001 0 1000110 1010100 111011 1010 1001000 11000

Color Harmonies of #692011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692011

Black with #692011

Text Example


Text Example

White with #692011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692011; }

 p { color: rgb(105,32,17); }

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

background-color css

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

 a { background-color: rgb(105,32,17); }

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

border-color css

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

 span { border-color: rgb(105,32,17); }

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