Html Css Color HEX #682113 Red Oxide

📋 copy color: '#682113'

red 104 ◦ green 33 ◦ blue 19

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

Shades of Red Oxide #682113

Tints of Red Oxide #682113

RGB

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

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

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

R = 66.67%
G = 21.15%
B = 12.18%

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

#682113 (or 0x682113) is known color: Red Oxide. HEX triplet: 68, 21 and 13. RGB value is (104,33,19). Sum of RGB (Red+Green+Blue) = 104+33+19=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #682113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682113 is #97DEEC. Grayscale: #343434. Windows color (decimal): -9953005 or 1253736. OLE color: 1253736.

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

Color convert

RGB 104 33 19 -
CMYK 0 0.68 0.82 0.59
HSL 9.88º 0.69% 0.24% -
HSV(B) 9.88º 0.82% 0.41% -
XYZ 6.37 4.08 1.07 -
YUV 52.63 109.02 164.64 -
System Red Green Blue C M Y K H S L
Decimal 104 33 19 0 0.68 0.82 0.59 9.88 0.69 0.24
Hex 68 21 13 0 44 52 3B A 45 18
Octal 150 41 23 0 104 122 73 12 105 30
Binary 1101000 100001 10011 0 1000100 1010010 111011 1010 1000101 11000

Color Harmonies of #682113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682113

Black with #682113

Text Example


Text Example

White with #682113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682113; }

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

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

background-color css

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

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

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

border-color css

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

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

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