Html Css Color HEX #692113 Red Oxide

📋 copy color: '#692113'

red 105 ◦ green 33 ◦ blue 19

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

Shades of Red Oxide #692113

Tints of Red Oxide #692113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.02%

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

R = 66.88%
G = 21.02%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#692113 (or 0x692113) is known color: Red Oxide. HEX triplet: 69, 21 and 13. RGB value is (105,33,19). Sum of RGB (Red+Green+Blue) = 105+33+19=157 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.88% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 105 - color contains mainly: red. Hex color #692113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692113 is #96DEEC. Grayscale: #353535. Windows color (decimal): -9887469 or 1253737. OLE color: 1253737.

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

Color convert

RGB 105 33 19 -
CMYK 0 0.69 0.82 0.59
HSL 9.77º 0.69% 0.24% -
HSV(B) 9.77º 0.82% 0.41% -
XYZ 6.49 4.14 1.07 -
YUV 52.93 108.85 165.14 -
System Red Green Blue C M Y K H S L
Decimal 105 33 19 0 0.69 0.82 0.59 9.77 0.69 0.24
Hex 69 21 13 0 45 52 3B A 45 18
Octal 151 41 23 0 105 122 73 12 105 30
Binary 1101001 100001 10011 0 1000101 1010010 111011 1010 1000101 11000

Color Harmonies of #692113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692113

Black with #692113

Text Example


Text Example

White with #692113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692113; }

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

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

background-color css

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

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

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

border-color css

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

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

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