Html Css Color HEX #692013 Red Oxide

📋 copy color: '#692013'

red 105 ◦ green 32 ◦ blue 19

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

Shades of Red Oxide #692013

Tints of Red Oxide #692013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.18%

R = 67.31%
G = 20.51%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#692013 (or 0x692013) is known color: Red Oxide. HEX triplet: 69, 20 and 13. RGB value is (105,32,19). Sum of RGB (Red+Green+Blue) = 105+32+19=156 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.31% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 105 - color contains mainly: red. Hex color #692013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692013 is #96DFEC. Grayscale: #343434. Windows color (decimal): -9887725 or 1253481. OLE color: 1253481.

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

Color convert

RGB 105 32 19 -
CMYK 0 0.70 0.82 0.59
HSL 9.07º 0.69% 0.24% -
HSV(B) 9.07º 0.82% 0.41% -
XYZ 6.46 4.08 1.06 -
YUV 52.35 109.18 165.56 -
System Red Green Blue C M Y K H S L
Decimal 105 32 19 0 0.70 0.82 0.59 9.07 0.69 0.24
Hex 69 20 13 0 46 52 3B 9 45 18
Octal 151 40 23 0 106 122 73 11 105 30
Binary 1101001 100000 10011 0 1000110 1010010 111011 1001 1000101 11000

Color Harmonies of #692013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692013

Black with #692013

Text Example


Text Example

White with #692013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692013; }

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

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

background-color css

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

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

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

border-color css

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

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

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