Html Css Color HEX #682220 Red Oxide

📋 copy color: '#682220'

red 104 ◦ green 34 ◦ blue 32

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

Shades of Red Oxide #682220

Tints of Red Oxide #682220

RGB

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

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

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

R = 61.18%
G = 20%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#682220 (or 0x682220) is known color: Red Oxide. HEX triplet: 68, 22 and 20. RGB value is (104,34,32). Sum of RGB (Red+Green+Blue) = 104+34+32=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #682220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682220 is #97DDDF. Grayscale: #363636. Windows color (decimal): -9952736 or 2105960. OLE color: 2105960.

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

Color convert

RGB 104 34 32 -
CMYK 0 0.67 0.69 0.59
HSL 1.67º 0.53% 0.27% -
HSV(B) 1.67º 0.69% 0.41% -
XYZ 6.54 4.19 1.83 -
YUV 54.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 104 34 32 0 0.67 0.69 0.59 1.67 0.53 0.27
Hex 68 22 20 0 43 45 3B 2 35 1B
Octal 150 42 40 0 103 105 73 2 65 33
Binary 1101000 100010 100000 0 1000011 1000101 111011 10 110101 11011

Color Harmonies of #682220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682220

Black with #682220

Text Example


Text Example

White with #682220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682220; }

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

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

background-color css

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

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

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

border-color css

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

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

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