Html Css Color HEX #682120 Red Oxide

📋 copy color: '#682120'

red 104 ◦ green 33 ◦ blue 32

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

Shades of Red Oxide #682120

Tints of Red Oxide #682120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.93%

R = 61.54%
G = 19.53%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#682120 (or 0x682120) is known color: Red Oxide. HEX triplet: 68, 21 and 20. RGB value is (104,33,32). Sum of RGB (Red+Green+Blue) = 104+33+32=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #682120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682120 is #97DEDF. Grayscale: #363636. Windows color (decimal): -9952992 or 2105704. OLE color: 2105704.

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

Color convert

RGB 104 33 32 -
CMYK 0 0.68 0.69 0.59
HSL 0.83º 0.53% 0.27% -
HSV(B) 0.83º 0.69% 0.41% -
XYZ 6.51 4.14 1.82 -
YUV 54.12 115.52 163.58 -
System Red Green Blue C M Y K H S L
Decimal 104 33 32 0 0.68 0.69 0.59 0.83 0.53 0.27
Hex 68 21 20 0 44 45 3B 1 35 1B
Octal 150 41 40 0 104 105 73 1 65 33
Binary 1101000 100001 100000 0 1000100 1000101 111011 1 110101 11011

Color Harmonies of #682120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682120

Black with #682120

Text Example


Text Example

White with #682120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682120; }

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

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

background-color css

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

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

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

border-color css

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

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

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