Html Css Color HEX #682112 Red Oxide

📋 copy color: '#682112'

red 104 ◦ green 33 ◦ blue 18

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

Shades of Red Oxide #682112

Tints of Red Oxide #682112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.61%

R = 67.1%
G = 21.29%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#682112 (or 0x682112) is known color: Red Oxide. HEX triplet: 68, 21 and 12. RGB value is (104,33,18). Sum of RGB (Red+Green+Blue) = 104+33+18=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #682112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682112 is #97DEED. Grayscale: #343434. Windows color (decimal): -9953006 or 1188200. OLE color: 1188200.

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

Color convert

RGB 104 33 18 -
CMYK 0 0.68 0.83 0.59
HSL 10.47º 0.7% 0.24% -
HSV(B) 10.47º 0.83% 0.41% -
XYZ 6.36 4.07 1.02 -
YUV 52.52 108.52 164.72 -
System Red Green Blue C M Y K H S L
Decimal 104 33 18 0 0.68 0.83 0.59 10.47 0.7 0.24
Hex 68 21 12 0 44 53 3B A 46 18
Octal 150 41 22 0 104 123 73 12 106 30
Binary 1101000 100001 10010 0 1000100 1010011 111011 1010 1000110 11000

Color Harmonies of #682112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682112

Black with #682112

Text Example


Text Example

White with #682112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682112; }

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

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

background-color css

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

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

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

border-color css

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

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

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