Html Css Color HEX #692213 Red Oxide

📋 copy color: '#692213'

red 105 ◦ green 34 ◦ blue 19

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

Shades of Red Oxide #692213

Tints of Red Oxide #692213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.52%

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

R = 66.46%
G = 21.52%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#692213 (or 0x692213) is known color: Red Oxide. HEX triplet: 69, 22 and 13. RGB value is (105,34,19). Sum of RGB (Red+Green+Blue) = 105+34+19=158 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.46% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 105 - color contains mainly: red. Hex color #692213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692213 is #96DDEC. Grayscale: #353535. Windows color (decimal): -9887213 or 1253993. OLE color: 1253993.

HSL color Cylindrical-coordinate representation of color #692213: hue angle of 10.47º 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 #692213 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 34 19 -
CMYK 0 0.68 0.82 0.59
HSL 10.47º 0.69% 0.24% -
HSV(B) 10.47º 0.82% 0.41% -
XYZ 6.52 4.19 1.08 -
YUV 53.52 108.52 164.72 -
System Red Green Blue C M Y K H S L
Decimal 105 34 19 0 0.68 0.82 0.59 10.47 0.69 0.24
Hex 69 22 13 0 44 52 3B A 45 18
Octal 151 42 23 0 104 122 73 12 105 30
Binary 1101001 100010 10011 0 1000100 1010010 111011 1010 1000101 11000

Color Harmonies of #692213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692213

Black with #692213

Text Example


Text Example

White with #692213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692213; }

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

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

background-color css

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

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

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

border-color css

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

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

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