Html Css Color HEX #682213 Red Oxide

📋 copy color: '#682213'

red 104 ◦ green 34 ◦ blue 19

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

Shades of Red Oxide #682213

Tints of Red Oxide #682213

RGB

 RED value IS 104 (41.02% from 255) = 66.24%

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

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

R = 66.24%
G = 21.66%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#682213 (or 0x682213) is known color: Red Oxide. HEX triplet: 68, 22 and 13. RGB value is (104,34,19). Sum of RGB (Red+Green+Blue) = 104+34+19=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #682213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682213 is #97DDEC. Grayscale: #353535. Windows color (decimal): -9952749 or 1253992. OLE color: 1253992.

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

Color convert

RGB 104 34 19 -
CMYK 0 0.67 0.82 0.59
HSL 10.59º 0.69% 0.24% -
HSV(B) 10.59º 0.82% 0.41% -
XYZ 6.4 4.13 1.08 -
YUV 53.22 108.69 164.22 -
System Red Green Blue C M Y K H S L
Decimal 104 34 19 0 0.67 0.82 0.59 10.59 0.69 0.24
Hex 68 22 13 0 43 52 3B B 45 18
Octal 150 42 23 0 103 122 73 13 105 30
Binary 1101000 100010 10011 0 1000011 1010010 111011 1011 1000101 11000

Color Harmonies of #682213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682213

Black with #682213

Text Example


Text Example

White with #682213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682213; }

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

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

background-color css

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

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

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

border-color css

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

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

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